Do you think you can give me some assistance with writing the VB?
What I have is a column and for each ******* event of the cell in the row it should generate an email. I want to be able to click the cell and it pops up the email with some of that rows information. Also based on a specific date in that row I want it to generate a specific email related to that date. The data is in a querytable so I'd like to reference the column of the querytable by the column name. Something like this:
Dim tb1 As QueryTable
tb1.ListObject.ListColumns ("job")
I'm not sure if that above code works. Hopefully what I asked for makes sense.