ActiveSheet.Name into .RefersToR1C1 not working

Fubi

New Member
Joined
Jul 27, 2022
Messages
5
Office Version
  1. 365
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:

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?
 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
Good to hear you the problem solved.

If you would like to post the solution then it is perfectly fine to mark your post as the solution to help future readers. Otherwise, please do not mark a post that doesn't contain a solution.
 
Upvote 0

Forum statistics

Threads
1,223,908
Messages
6,175,304
Members
452,633
Latest member
DougMo

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top