- Unable to save file to Windows 98 network folder
Running Excel 2002 or Excel 97 on Windows XP, using simple Peer to Peer network with a Windows 98 SE computer. Networking works fine on all appliaations, except Excel. When I create a new work sheet and try to save it to the Windows 98 folder, I get an error message, 'unable to find >fol...
- Unable to save excel file
I have an Excel workbookthat is 10mb in size. A number of people ar using a copy of the file, on desktop pc's not a network, most ru without problems so it would appear the file is ok. However, and her is the problem, when one user runs it, he cannot save the file. he gets a message saying...
- unable to save current workbook within WorkbookBeforeClose
I am trying to save the current workbook within WorkbookBeforeClose, but the workbook is not saving. Is this a bug? And how do I workaround this --- ~~ Message posted from http://www.ExcelTip.com ~~View and post usenet messages directly from http://www.ExcelForum.com...
- Unable to run Excel addin procedure from Word
Hi!I'm trying to run an Excel Addin which is password protected and therefore Icannot have it's code.I'm able to run the main procedure from Excel, by:Application.Run "Main_Procedure_Name"(I know the main procedure name)The problem is that if I try to run this code from Word, by defi...
- Unable to run Excel addin procedure from Word
Hi! I'm trying to run an Excel Addin which is password protected and therefore I cannot have it's code. I'm able to run the main procedure from Excel, by: Application.Run "Main_Procedure_Name" (I know the main procedure name) The problem is that if I try to run this code from Word...
- Unable to Run Code on Specific workbook
I got some great help here last night, so I thought I'd try again. I'm creating a custom menu for a 29 worksheet template. I can run the following code on new workbooks, but I can run it on the one that I need, the template. Sub Auto_Open() Dim HelpIndex As Integer Dim NewMenu As Comma...