Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all, I would like to change the text colour in a range after copy
from red to black. Here is my current macro: Dim R As Range On Error Resume Next Set R = Application.InputBox("Select A Certificate Number:", _ "Transfer Clearance Register Information", Type:=8) If R Is Nothing Then Exit Sub On Error GoTo 0 Set R = R.Resize(1, 5) R.Copy Sheets(2).Cells(65000, 1).End(xlUp).Offset(1, 0) Sheets("Non-Conformances").Select Hope you can help Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I change worksheet background colour | Setting up and Configuration of Excel | |||
Change colour of rows in a worksheet | Excel Discussion (Misc queries) | |||
Change text colour if range of values all zero | Excel Worksheet Functions | |||
how do i change (or add) colour to the worksheet tabs (in excel) | Excel Worksheet Functions | |||
How do i make a range of cells change colour | Excel Worksheet Functions |