LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Help with bolding and copying text to anf from sheets!

for each cell in Range("C2:C100")
if cell.Value < 10 then
if not cell.Font.Bold then
cell.Font.bold = True
cell.EntrireRow.copy Destination:= _
worksheets("Failures").Cells(rows.count,1).End(xlu p)(2)
end if
else
cell.Font.bold = False
end if
Next

Hard to get more specific based on your description.

--
Regards,
Tom Ogilvy

"hawaiian_native"
<hawaiian_native.1tv9uu_1124212479.5866@excelfor um-nospam.com wrote in
message news:hawaiian_native.1tv9uu_1124212479.5866@excelf orum-nospam.com...

I hope there is someone out there that can help me. I am designing a
workbook that has to do multiple things. I am filling in information
from tests taken in the field.
My problem if that if something I tests fails then I would like it to
change font style to bold. All of the devices are in the same column.
The rest of the information is in the row of the device and its
location with extra comments.

My other problem is that if the device fails and becomes bold then I
need the easiest way to copy the row that the device and description is
in to another sheet in the workbook.

I have gone through all my books and searched the internet for many
hours trying to find examples or help on how to do this.

If there is anyone that could lend a hand the help would be gratefully
welcomed!


--
hawaiian_native
------------------------------------------------------------------------
hawaiian_native's Profile:

http://www.excelforum.com/member.php...o&userid=26351
View this thread: http://www.excelforum.com/showthread...hreadid=396169



 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
copying text on sheet 1 to corresponding cells on sheets 2 to 5 Lisa New Users to Excel 5 October 1st 08 06:01 AM
Bolding text in a control text box. AJL Excel Discussion (Misc queries) 3 November 16th 06 05:39 PM
copying text across sheets nospam Excel Worksheet Functions 1 July 26th 05 07:05 PM
Bolding text using a check box JCanyoneer Excel Programming 4 October 29th 04 04:10 PM
Bolding specific text Scot Rundell Excel Programming 2 September 15th 03 07:20 AM


All times are GMT +1. The time now is 01:04 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"