Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
is there something like 'hasformula' or 'exists'?
jay |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Jay,
if ActiveCell.Hyperlinks.Count 1 then -- Helmut Weber Win XP, Office 2003 "red.sys" & Chr$(64) & "t-online.de" |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() if ActiveCell.Hyperlinks.Count 0 !!! |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub ifhyperlink()
For Each c In Selection If c.Hyperlinks.Count 0 Then MsgBox c.Address Next End Sub -- Don Guillett SalesAid Software "Jay Fincannon" wrote in message ... is there something like 'hasformula' or 'exists'? jay |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
thanky, thanky, thanky, don and helmut
Jay Atlanta Ga, USA Sub ifhyperlink() For Each c In Selection If c.Hyperlinks.Count 0 Then MsgBox c.Address Next End Sub |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hyperlink to Determine if a Folder is Empty or Not | Excel Discussion (Misc queries) | |||
Can you determine if hyperlink points to empty folder? | Excel Discussion (Misc queries) | |||
How to determine within a macro if a cell contains a hyperlink. | Excel Discussion (Misc queries) | |||
Data row wise, formula column wise | Excel Discussion (Misc queries) | |||
Delete row wise duplicates & colomun wise simultaneously excel | Excel Worksheet Functions |