Hi VBA Pros, Hoping you can help,
I have a workbook that has many worksheets and each sheet when triggered will be emailed automatically to the the person who's name is the name of the worksheet. - This part is working fine. The challenge im struggling with is because the sheet requires data to be entered in by the receiving user, im wanting to give the user the functionality to double click on a row which will evoke the double click event. It will then display a form where they can enter their information via the form rather then scrolling back and fort between the columns.
I have no issues writing the code for the double click event (Which is using the used range and giving it a named range that matches the name thats on the worksheet) but I need to write this code on each individual sheet so that when the sheet is emailed to the user, the code for the double click event goes with it and the user can use this function.
There a re alot of sheets hence the preference to apply the code for the double click event on each sheet to be done automatically rather than manually one by one
All the worksheets are generated via vba and im hoping I can add a section of code that goes on each individual sheet
Is this at all possible ?
I have a workbook that has many worksheets and each sheet when triggered will be emailed automatically to the the person who's name is the name of the worksheet. - This part is working fine. The challenge im struggling with is because the sheet requires data to be entered in by the receiving user, im wanting to give the user the functionality to double click on a row which will evoke the double click event. It will then display a form where they can enter their information via the form rather then scrolling back and fort between the columns.
I have no issues writing the code for the double click event (Which is using the used range and giving it a named range that matches the name thats on the worksheet) but I need to write this code on each individual sheet so that when the sheet is emailed to the user, the code for the double click event goes with it and the user can use this function.
There a re alot of sheets hence the preference to apply the code for the double click event on each sheet to be done automatically rather than manually one by one
All the worksheets are generated via vba and im hoping I can add a section of code that goes on each individual sheet
Is this at all possible ?