View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sean H Sean H is offline
external usenet poster
 
Posts: 6
Default Input for Macros

Hi,

I am trying to write a macro that will be used to update a file. I want to
have some sort of stored input like you can in C++.

something like
input "what year is it?"
input a

....or however the C code goes (its been a couple years).

Is there any way to do this for an excel macro?