Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Thats what I want. How do I break links for this perticuler formula(UDF only. It is used at many places and is difficult to do it manually. Regards, Rain -- Rain ----------------------------------------------------------------------- Raina's Profile: http://www.excelforum.com/member.php...fo&userid=1550 View this thread: http://www.excelforum.com/showthread.php?threadid=27272 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dim sh as Worksheet
Dim rng as Range Dim cell as Range ActiveWorkbook.Copy for each sh in ActiveWorkbook.worksheets set rng = Nothing On Error Resume Next set rng = sh.Cells.SpecialCells(xlformulas) On error goto 0 if not rng is nothing then for each cell in rng if Instr(cell.Formula,"color") then cell.Formula = cell.Value end if Next End if NExt Activeworkbook.SaveAs "FiletoSend.xls" -- Regards, Tom Ogilvy "Raina" wrote in message ... Thats what I want. How do I break links for this perticuler formula(UDF) only. It is used at many places and is difficult to do it manually. Regards, Raina -- Raina ------------------------------------------------------------------------ Raina's Profile: http://www.excelforum.com/member.php...o&userid=15502 View this thread: http://www.excelforum.com/showthread...hreadid=272724 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
What is fastest for this? The Small VBA or many Worksheet Functions...? | Excel Worksheet Functions | |||
A small problem for you but big for me! | Excel Discussion (Misc queries) | |||
Attaching labels when using large or small functions | Excel Worksheet Functions | |||
Colour functions of Chip - small problem | Excel Programming | |||
chip pearson are you there pls, problem with your RunWhen | Excel Programming |