Thread: VBA
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
NOOBY92 NOOBY92 is offline
external usenet poster
 
Posts: 9
Default VBA

Hello, I am completley new to Visual Basic. I have XP SP2 and Excel 2002 Here
is what I need.

I want to make a regular character (for example "x") a variable.
Then I want to use that variable in other cells.
For Example.

Cell A1- Week x /I want to make x a variable/
Cell A2- Next Week (Week ) /I want "x+1" to appear after "(Week " but I
don't want anything to appear after "(Week " until the value for X is
determined/


Thank You Very Much