Current File Size of Workbook
I have a report that I have automated. While it's running, it's visibility property is set to false.
I have the Workbook save itself after it retrieves all the data and enters it in the correct cells/tabs.
When it is told to save itself (using the VBA functions), and the disk is full, it just sits there....even with DisplayAlerts set to true.
So, I want to be able to compare the current size of the workbook (it increases due to the data it gathers, or if it needs to add new tabs) to the disk space available to it.
I saw some recomendations on using FSO, but I would prefer to avoid that.
I also ran across 'BuiltinDocumentProperties', but unsure how to actually see the properties...I have received errors when trying to display them in a messagebox.
Any help would be appreciated! Thanks!!