Thread: [Solved] Code to add new row in table
View Single Post
 
Old 08-06-2022, 04:02 PM
shanshan89 shanshan89 is offline Windows 10 Office 2019
Novice
 
Join Date: Jul 2022
Posts: 17
shanshan89 is on a distinguished road
Smile

I have 3 tables with the exact same format with content controls and I would like to prompt the user to add new row for the 3 tables. However, the code only works for my first table where I have bookmarked the table as "TblBkMk". I can't use the same bookmark name for multiple locations. I also tried creating 2 other bookmarks "TblBkMk2" and "TblBkMk3" and copying and pasting the same codes so that the 2nd and 3rd table will prompt the user to add new row. However, this solution did not work.


Would you be able to share a code that can take in multiple bookmark names?

Thanks!
Reply With Quote