Thread: Input box
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Toppers Toppers is offline
external usenet poster
 
Posts: 4,339
Default Input box

Assign the input as text rather than number.

"hshayh0rn" wrote:.

I have an input box that my users put a number in. The number is then used
throught my macro to identify a file. Eveything works fine until the user
enters a number like 089 or 054. If there is a preceeding zero in the number
the zero is dropped off and the macro then trys to use 89 or 54 as the
inputed nunber. How can I keep the zero?