|
-
Jun 12th, 2000, 02:29 PM
#1
Thread Starter
Frenzied Member
This is my first attempt at using VB in Excel
I've written a function to be included in a spread-sheet but some variables need initalising when it first runs.
If it was a normal vb form I would call it from Form_Load so it only runs once.
Is it possible to run initialisation code when a spread-sheet is first opened?
-
Jun 12th, 2000, 03:11 PM
#2
Hyperactive Member
-
Jun 12th, 2000, 03:12 PM
#3
Thread Starter
Frenzied Member
-
Jun 12th, 2000, 03:17 PM
#4
Hyperactive Member
-
Jun 12th, 2000, 05:08 PM
#5
Hyperactive Member
U can also use:
Sub Auto_open()
End Sub
(I dont want any viruses from u then ;-))
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|