View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Colo[_10_] Colo[_10_] is offline
external usenet poster
 
Posts: 1
Default Calling Sub(s) from ThisWorkbook

Hi BSchwerdt,

I think you have to know where is the point at issue.
First I reccomend to add "Option Explicit" at the beginning of your
code.
And run your code with [F8] key (step by step)
See the value of the variables at the Local window in VBE.

PLEASE NOTE: Public variables should be placed in a standard module,
NOT thisWorkbook module.


---
Message posted from http://www.ExcelForum.com/