Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have this function in a module, however if I open the workbook and make no
changes to it and go to close it I am always prompted to save yes or no. How can I fix this? Function DocProps(prop As String) Application.Volatile On Error GoTo err_value DocProps = ActiveWorkbook.BuiltinDocumentProperties _ (prop) Exit Function err_value: DocProps = CVErr(xlErrValue) End Function TIA GM |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Prompted to save | Excel Discussion (Misc queries) | |||
Why Prompted To Save Again? | Excel Programming | |||
Prompted to save changes after macro save - why? | Excel Programming | |||
Save as CSV without being prompted | Excel Programming | |||
Save as CSV without being prompted | Excel Programming |