damckinley80
New Member
- Joined
- Aug 31, 2022
- Messages
- 2
- Office Version
- 365
- Platform
- Windows
- Mobile
- Web
I struggle with writing/recording/editing macros based on dynamic information.
I am trying to create a macro that performs the following:
Recording the macro on the active sheet is not the problem. The problem is that the worksheet will be copied and the table on the copied sheet will default to a new name, nullifying the macro on that particular sheet as the original macro references the named table on the original sheet.
Any simple references on how to learn the basics of working with dynamic references in writing/editing macros?
I am trying to create a macro that performs the following:
- Unprotect active sheet
- Locate column 'Item' in table on active sheet
- Filter blank cells in column 'Item'
- Export print area to a user selected path and user defined file name
- Unfilter column 'Item'
- Protect active sheeet
Any simple references on how to learn the basics of working with dynamic references in writing/editing macros?