Hello i'm new to MrExcel.com
I have some issues with the following code below.
I tried to make a link to the sheet name into the offset property
It gives me an error:
Could someone help me solve this?
I have some issues with the following code below.
I tried to make a link to the sheet name into the offset property
It gives me an error:
VBA Code:
Option Explicit
Sub Magazijnprint()
'
' PrintBereikBepalen Macro
' PrintBereikBepalen
'
'
'Productie Print
ActiveWorkbook.Names("DynPrint").RefersToR1C1 = _
"=OFFSET('ActiveSheet.Name'!R6C11,0,0,COUNTA('ActiveSheet.Name'!C17),7)"
Application.CutCopyMode = False
End Sub
Could someone help me solve this?