irishmanman
New Member
- Joined
- Oct 18, 2018
- Messages
- 1
Ready for a puzzle? I'm not fluent in VBA, and am hoping someone can point me rightly.
I'm trying to create a solution that takes the below table and sends an Outlook invitation automatically.
I have 200 rows, and don't update them all. So, it may be worth having a button for each row, so that as I update rows, I can click to create meetings as I go.
A) Will this spreadsheet become unruly?
B) Because I have so many rows, I'm worried about creating a bunch of buttons, and then if I insert a new row or column, it won't be clear which button ties to which row. Is there a cleaner way to do what I want?
C) Is there a resource I can use to create the code?*
*I found a few similar pages out there, but candidly, nothing in the format I needed or that I could understand. Thanks for reading, and I appreciate any guidance you can offer.
[TABLE="width: 544"]
<!--StartFragment--> <colgroup><col width="82"> <col width="125"> <col width="55"> <col width="61"> <col width="55"> <col width="91"> <col width="75"> </colgroup><tbody>[TR]
[TD="class: xl24, width: 82"]Subject[/TD]
[TD="class: xl24, width: 125"]Body[/TD]
[TD="class: xl24, width: 55"]Date[/TD]
[TD="class: xl24, width: 61"]Start Time[/TD]
[TD="class: xl24, width: 55"]End Time[/TD]
[TD="class: xl24, width: 91"]Attendee[/TD]
[TD="class: xl24, width: 75"]Macro[/TD]
[/TR]
[TR]
[TD="class: xl25"]JD to Call Mike[/TD]
[TD="class: xl25"]Discuss hard lemonade[/TD]
[TD="class: xl26, align: right"]10/18/18[/TD]
[TD="class: xl27, align: right"]9:00 AM[/TD]
[TD="class: xl27, align: right"]9:01 AM[/TD]
[TD="class: xl28"]bob@bob.com[/TD]
[TD="class: xl25"]Button 1[/TD]
[/TR]
[TR]
[TD="class: xl25"]Mike to call JD[/TD]
[TD="class: xl25"]Discuss whiskey[/TD]
[TD="class: xl26, align: right"]10/19/18[/TD]
[TD="class: xl27, align: right"]9:00 AM[/TD]
[TD="class: xl27, align: right"]9:01 AM[/TD]
[TD="class: xl28"]mike@mike.com[/TD]
[TD="class: xl25"]Button 2[/TD]
[/TR]
<!--EndFragment--></tbody>[/TABLE]
I'm trying to create a solution that takes the below table and sends an Outlook invitation automatically.
I have 200 rows, and don't update them all. So, it may be worth having a button for each row, so that as I update rows, I can click to create meetings as I go.
A) Will this spreadsheet become unruly?
B) Because I have so many rows, I'm worried about creating a bunch of buttons, and then if I insert a new row or column, it won't be clear which button ties to which row. Is there a cleaner way to do what I want?
C) Is there a resource I can use to create the code?*
*I found a few similar pages out there, but candidly, nothing in the format I needed or that I could understand. Thanks for reading, and I appreciate any guidance you can offer.
[TABLE="width: 544"]
<!--StartFragment--> <colgroup><col width="82"> <col width="125"> <col width="55"> <col width="61"> <col width="55"> <col width="91"> <col width="75"> </colgroup><tbody>[TR]
[TD="class: xl24, width: 82"]Subject[/TD]
[TD="class: xl24, width: 125"]Body[/TD]
[TD="class: xl24, width: 55"]Date[/TD]
[TD="class: xl24, width: 61"]Start Time[/TD]
[TD="class: xl24, width: 55"]End Time[/TD]
[TD="class: xl24, width: 91"]Attendee[/TD]
[TD="class: xl24, width: 75"]Macro[/TD]
[/TR]
[TR]
[TD="class: xl25"]JD to Call Mike[/TD]
[TD="class: xl25"]Discuss hard lemonade[/TD]
[TD="class: xl26, align: right"]10/18/18[/TD]
[TD="class: xl27, align: right"]9:00 AM[/TD]
[TD="class: xl27, align: right"]9:01 AM[/TD]
[TD="class: xl28"]bob@bob.com[/TD]
[TD="class: xl25"]Button 1[/TD]
[/TR]
[TR]
[TD="class: xl25"]Mike to call JD[/TD]
[TD="class: xl25"]Discuss whiskey[/TD]
[TD="class: xl26, align: right"]10/19/18[/TD]
[TD="class: xl27, align: right"]9:00 AM[/TD]
[TD="class: xl27, align: right"]9:01 AM[/TD]
[TD="class: xl28"]mike@mike.com[/TD]
[TD="class: xl25"]Button 2[/TD]
[/TR]
<!--EndFragment--></tbody>[/TABLE]