VBA Express Forum  




Go Back   VBA Express Forum > VBA Code & Other Help > Excel Help
     Feedback     
Register FAQ Members Arcade Knowledge Base Training Articles Consulting

Reply
 
Thread Tools Display Modes
Old 04-30-2012, 03:51 AM   #1
fixxxer

 
Joined: Apr 2012
Posts: 1
Kb Entries: 0
Articles: 0
thisWorkbook.Save going to TMP file

Hi guys,
When executing thisWorkbook.Save, it is saving the TMP file which excel creates, and not saving the actual workbook.

The command is executed behind ThisWorkbook Code (under Microsoft Excel Objects).

There is a user form being used to update data on the workbook (based on what user inputs to the form), then then click Save. But it is not saving the actual workbook, only saves temp file (CVT300 -- found under C:\Documents and Settings\<USER_ID>\Local Settings\Temp). This mean when another user opens the form, they do not see the changes made by previous user. Any advice on how to correct this?

If Cells(7, 1) = 1 Then
ThisWorkbook.Save
End If

Thanks,
FIXXXER

Local Time: 01:23 PM
Local Date: 05-23-2013
Location:

 
Reply With Quote Top
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -7. The time now is 02:23 PM.


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright © 2004 - 2012 VBA Express