Thread: Flaky Input Box
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Andrei Scudder Andrei Scudder is offline
external usenet poster
 
Posts: 2
Default Flaky Input Box


When using Application.InputBox method
returning a string I would very much like to have
references of the following format
Sheet1!R1C1:RnCn consistently returned by the box, rather
than R1:RnCn. The former is returned occasionally
when I restart from a break mode but thats about it. Is
there a global variable that can be set, or something of
that sort


Help is Mucho appreciated
Andrei