Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a textbox from the Drawing toolbar on a sheet.
The textbox is "enabled" and user enters their data. They then click Save or SaveAs. Code in the Workbook_BeforeSave Event then operates. This is the 'Save' sequence: 'save the new fax, and leave it open Application.EnableEvents = False Activesheet.Protect Password:="abc" ActiveWorkbook.Protect Password:="abc" ActiveWorkbook.SaveAs fName Application.EnableEvents = True Problem. When I open the saved copy, the textbox contents are missing. How do I "burn" the textbox's contents into the sheet before the Save, please? Regards. --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.727 / Virus Database: 482 - Release Date: 26/07/2004 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
file save problem in excel | Excel Discussion (Misc queries) | |||
Path\File name length problem Excel Crash on save as | Excel Discussion (Misc queries) | |||
Save File to Another Directory, but not change Users File Save location | Excel Programming | |||
Problem- Recording macros for "file save" and "File open" | Excel Programming | |||
Save TextBox Entry after WorkBook is closed | Excel Programming |