Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #4  
Old 09-19-2018, 07:30 PM
macropod's Avatar
macropod macropod is offline Return nameof Left column in current view Windows 7 64bit Return nameof Left column in current view Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,467
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

In that case, try:
Code:
Sub FindRangeName()
Dim oName As Name, oRng As Range, oCell As Range
On Error Resume Next
For Each oName In ActiveWorkbook.Names
  Set oRng = Range(oName.Name)
  If Err = 0 Then
    With ActiveWindow.ActivePane.VisibleRange.Cells(1, 1)
      If Not Intersect(.Address, oRng) Is Nothing Then
        If oRng.Address = .EntireColumn.Address Then _
        MsgBox "The Name " & oName.Name & " spans " & .EntireColumn.Address
      End If
    End With
    Err = 0
  End If
Next
End Sub
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote
 

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Picture attached. Need one column to return sum of another column. IRHSAM Excel 3 11-18-2017 01:21 AM
Return nameof Left column in current view Cursor Will Not Return to Left Margin danpbphoto Word 1 06-25-2015 07:43 PM
Return Sum value of one column from cells not blank in another column zulugandalf Excel 3 08-14-2014 03:37 AM
Return nameof Left column in current view Need to search a column for a macth and return a result from a third column pdfaust Excel 2 02-03-2011 03:02 PM
Return nameof Left column in current view How to return to where you left off? Shift+F5 not working. WaltR Word 2 12-24-2010 11:33 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 03:57 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft