Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Macro code to update File Properties

Status
Not open for further replies.

DanAuber

IS-IT--Management
Apr 28, 2000
255
FR
Hi there,

I want to run some code that picks up whatever is in Cell A1 on sheet1 and then uses this as the File Property: Category. If I do this while running a record macro it doesn't write the code. Can anyone help ?

Thanks

Dan

 
A starting point:
Code:
ActiveWorkbook.BuiltinDocumentProperties("Category") = ActiveSheet.Range("A1")

Hope This Helps, PH.
FAQ219-2884
FAQ181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top