Please help with populating values from one sheet to other sheet with VBA code with a created link. I have data in Home(sheet name) range A2:B4. What i wish to achieve is this, with a VBA code if Home(sheet name) cell A2 is not empty then an hyperlink or link whichever is created in Home(sheet name) cell C2 with a name "Click", when you Click on it will take you to View(sheet name) and populate the values in Home(sheet name) cell A2 and cell B2 in View(sheet name) cell A2 and Cell B2 respectively but if Home(sheet name) cell A2 is empty then Cell C2 home(Sheet Name) is empty and no link created. Same applies to other range not empty from range A2:B4. thanks in advance.
Bookmarks