View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Alex Wolff[_2_] Alex Wolff[_2_] is offline
external usenet poster
 
Posts: 1
Default Newbie question.. what does [somedata] represent? Constants??

I am relatively new to excel/vba programming..I am tackling my 3rd or so
project.

I've come across some logic in a vba module:

lRows = [LocRows] <-----Whats that?
vStore = [LocNum] <-----What's that??
dRow = [DselRow] <------What's that???


I get the feeling these refers to named constants? But I am looking for
somebody to confirm and tell me how to define one.

THanks.