D
dipsy
sheets("Approval-Summary_%").Select
Range("J53:K53").Select
ActiveCell.Formula = "=HighLevelSummary_%!$C$5"
When I run this code, I get Run Time Error - 1004
Application defined or object defined error.
I will appreciate assistance in identifying the problem
with the code.
Approval-Summary_%
HighLevelSummary_%!$C$5
- are the 2 sheets. In cells - J53-K53 I want to put the
link to cell from sheet HighLevelSummary cell C5.
Range("J53:K53").Select
ActiveCell.Formula = "=HighLevelSummary_%!$C$5"
When I run this code, I get Run Time Error - 1004
Application defined or object defined error.
I will appreciate assistance in identifying the problem
with the code.
Approval-Summary_%
HighLevelSummary_%!$C$5
- are the 2 sheets. In cells - J53-K53 I want to put the
link to cell from sheet HighLevelSummary cell C5.