Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Hi I have the following code in a addin to close a spreadshhet and go back to the menu. Everything works fine but i keep getting a error message Incorrect Function. Sub backtomenupo() Dim Filename As String Filename = Range("z1").Value & ".xlsm" Workbooks(Filename).Close savechanges:=True Workbooks("Menu.xlsm").Activate End Sub Please advise how i can fix this problem Thanks in advance |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IF function returning incorrect result | Excel Worksheet Functions | |||
Incorrect Formula Error | Excel Discussion (Misc queries) | |||
Incorrect Counting of IF function | Excel Worksheet Functions | |||
RSQ function gives incorrect result | Excel Worksheet Functions | |||
Sum Function sometimes displays incorrect answer | Excel Worksheet Functions |