PC Review


Reply
Thread Tools Rate Thread

Colour functions of Chip - small problem

 
 
Raina
Guest
Posts: n/a
 
      27th Oct 2004

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

 
Reply With Quote
 
 
 
 
Tom Ogilvy
Guest
Posts: n/a
 
      27th Oct 2004
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" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>
> 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 With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Colour functions on Chip's page Madiya Microsoft Excel Programming 3 11th Jun 2008 07:39 AM
Nvidia uses 3Dfx Rampage approach for G80: geometry chip + pixel chip ? AirRaid Video Cards 0 19th Sep 2006 11:17 PM
Nvidia uses 3Dfx Rampage approach for G80: geometry chip + pixel chip ? AirRaid ATI Video Cards 0 19th Sep 2006 11:17 PM
Theatre 100 chip v Theatre 200 chip? wizzard ATI Video Cards 4 25th May 2005 07:30 PM
Colour functions of Chip - small problem Raina Microsoft Excel Programming 1 27th Oct 2004 09:43 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:31 AM.