View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
sgl sgl is offline
external usenet poster
 
Posts: 80
Default Auto_Open update VBA

Hi all,

On Auto_Open the appplication requests user to enter a serial number through
an Input Box. I need the user's entry to update a Globals Public Const value
so that each time the application is opened thereafter a validation of this
constant is made. If entries do not mathch application closes automatically.

Question is how do I update the Public Cons in the VBA Editor from the entry
made by user in the Input Box.

Thank you