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

Hi,

I am currently using Excel 2000 setting up a VBA process to load data
from a CSV file into a new worksheet. Everything was working great
until I tried to move some of my sub(routines) from ThisWorkbook to a
Module1.

I can't tell if the sub's in Module1 are running and if they are, they
are not updating my variables. I have everything declared as Public
including both my Subs and my variables so I don't think I have to pass
anything back and forth. What am I missing?

Any help would be great!!
B




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