Re: $$Excel-Macros$$ Re: List range names as well as offset names and their reference in the worksheet

2011-11-27 Thread dguillett1
MACROS Subject: $$Excel-Macros$$ Re: List range names as well as offset names and their reference in the worksheet This below almost works, however there are duplicates. But it works. Option Explicit Sub Macro1() 'Excel to pick up named values Application.ScreenUpdating =

$$Excel-Macros$$ Re: List range names as well as offset names and their reference in the worksheet

2011-11-27 Thread bpascal123
This below almost works, however there are duplicates. But it works. Option Explicit Sub Macro1() 'Excel to pick up named values Application.ScreenUpdating = False Application.Calculation = xlCalculationManual Dim wb As Workbook Dim ws As Worksheet Set wb = ThisWorkbook Set ws =