joebbshop
New Member
- Joined
- Aug 4, 2009
- Messages
- 26
Hello!
I'm using Excel 2007 and have mid level skills with VBA. I'm trying to make a flow-chart type of report with text boxes and arrows connecting them using VBA. Since there are several pieces of data for each point on the flow chart, I'm thinking the best way is to have a series of grouped text box shapes for each point. Since I'd like the report to be standardized, I set up a template set of text boxes.
I'd like to be able to copy/paste this template grouping of text boxes for each point on the flowchart, then rename and relabel each text box. I think I know how to do the renaming/relabeling, but I can't figure out how to copy the grouping and paste it. Eventually, I'll need to move it around on the sheet... I don't know if there's anything special to moving a grouping around vs. a single shape object.
I suppose another option would be to create individual text boxes for each bit of data and each data point on the flow chart, but that seemed less efficient somehow.
Any advice would be appreciated!
~ Alex Brandt.
I'm using Excel 2007 and have mid level skills with VBA. I'm trying to make a flow-chart type of report with text boxes and arrows connecting them using VBA. Since there are several pieces of data for each point on the flow chart, I'm thinking the best way is to have a series of grouped text box shapes for each point. Since I'd like the report to be standardized, I set up a template set of text boxes.
I'd like to be able to copy/paste this template grouping of text boxes for each point on the flowchart, then rename and relabel each text box. I think I know how to do the renaming/relabeling, but I can't figure out how to copy the grouping and paste it. Eventually, I'll need to move it around on the sheet... I don't know if there's anything special to moving a grouping around vs. a single shape object.
I suppose another option would be to create individual text boxes for each bit of data and each data point on the flow chart, but that seemed less efficient somehow.
Any advice would be appreciated!
~ Alex Brandt.