Convert an Access program to Excel

  • Thread starter Thread starter David Saylor
  • Start date Start date
D

David Saylor

With help, I created an Access program that I want to
convert to an Excel program if possible. Program used
Buttons that when hit calculated information input into
several boxes and then caused a dialog box to open with a
value and a message depending on the value calculated.
Would like to know if you can do this same sort of thing
in Excel.
 
David

Undoubtedly, Excel will be able to do this, but it will need, probably, to
be re-written. If the dialogues used were VBA MsgBox and VBA InputBox or
MSUserForms it will be easy, as these are common to all office applications,
but if they are Access Forms, it will be a re-write.

More information would be needed to help further
 
Back
Top