View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
SWT SWT is offline
external usenet poster
 
Posts: 8
Default VBA question concerning variables

Can Visual Basic get information from a cell and then use that as a
variable?

I have a cell that changes using the function counta. The number in
the Counta formula will change from day to day. I would like to use
that number as a variable in a macro.

Does anyone have any VBA code that shows how this could be done?

SWT