Where in the world I change the file version? Thisworkbook.names("fileversion")

actjfc

Active Member
Joined
Jun 28, 2003
Messages
416
Excel friends,

I inherited a workbook that when I run this VBA code Thisworkbook.names("fileversion") I get "Version 3". Now, I am supposed to change it to "Version 4". Where in the menu or what VBA code do I use to change it? I am using Excel 2013.

Thanks for your help!
 

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.
so the save stamps version3 in the title when its saved ? currently
 
Upvote 0
Hi actjfc,

Seems like it may be a named range. Click the Name Manager option in the Defined Names tab of the FORMULAS ribbon and see if it's there (and modify it if it is).

HTH

Robert
 
Last edited:
Upvote 0
one word of caution, make changes on a copy. I've done versioning in the past to stop people renaming files, so they only could use original versions
 
Upvote 0
Thank you so much! Yes, it was a constant name range. I found it!. mole999, yes I am working on something related to "tracking" versions. However, maybe it needs a new post to get some ideas.
 
Upvote 0

Forum statistics

Threads
1,214,979
Messages
6,122,557
Members
449,088
Latest member
davidcom

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top