View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.programming
keepITcool keepITcool is offline
external usenet poster
 
Posts: 2,253
Default Combining Modules


probably you forgot to create the variable.
it must be in the delcaration section at the top of the module
look at my code and you'll see it there (above the procedure)


--
keepITcool
| www.XLsupport.com | keepITcool chello nl | amsterdam


Carlton Patterson wrote :

KeepItCool,

I have just attempted to run your program, however I'm getting a
compile error saying the following variable is not defined:

dtflash = 0

Can you let me know where I would need to define it?

Cheers

Carlton

*** Sent via Developersdex http://www.developersdex.com ***