Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I wrote a macro using Excel 5.0 and it has been running great for several
years using 5.0 but client has upgraded to newer version of Excel and problems exist. Dim LotReq As String Message = "Choose ""OK"" For All Lots, Or " & Chr(13) & "Enter Lot Number Requested." Title = " CHOOSE LOT" Default = "ALL" LotReq = InputBox(Message, Title, Default) If LotReq = "" Or LotReq = False Then EndAll The following statements are not working: Default = "ALL" ( get error about const assignment ) If LotReq = "" Or LotReq = False Then EndAll ( stops program ) Also Excel appears to be returning "false" on this statement when Pmts = 0.00 If Pmts = False Then EndAll I do not have access to current Excel program. Can anyone spot the problem? TIA, Bill C. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007 'contain featrures that are not compatable with Web Pag | Excel Discussion (Misc queries) | |||
How do I convert a compatable workbook back to 2007 format? | Excel Discussion (Misc queries) | |||
Need help getting excel data to compatable web file. | Excel Discussion (Misc queries) |