Christiinin
New Member
- Joined
- Aug 16, 2017
- Messages
- 2
Hello!
I'm new in the wondrous world of VBA-coding and macros, and could use a few tips on how to proceed
My goal is to make a macro to create a new table with my setting preferences, and giving it a unique name.
My problem occurs, when I'm using my recorded macro on another set of data, it wants to give it the same name as the first.
My ideas for solutions:
- Copy a name from a cell ("A1") and pasting it into the name field in the design tab.
- A pop up box during the macro, giving the user the option to type in the name
- An auto generated unique name, every time the macro is run
But I don't yet know how to implement it.
I'm open to other suggestions aswell :D
I'm new in the wondrous world of VBA-coding and macros, and could use a few tips on how to proceed
My goal is to make a macro to create a new table with my setting preferences, and giving it a unique name.
My problem occurs, when I'm using my recorded macro on another set of data, it wants to give it the same name as the first.
My ideas for solutions:
- Copy a name from a cell ("A1") and pasting it into the name field in the design tab.
- A pop up box during the macro, giving the user the option to type in the name
- An auto generated unique name, every time the macro is run
But I don't yet know how to implement it.
I'm open to other suggestions aswell :D