#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default error!


hi all,

i used the code below to fill colours into my cell.. however upon
running it, it gives me an error of Run-time error '91' : Object
variable or With block variable not set

i have another set of codes that is identical except that it uses
ActiveCell.Font.ColorIndex bcos it is meant for setting the font
colours of the text and it runs well..

anyone can help? thanks!

the code with error:

Public Sub test2()
Dim cellColour As Range
For Each cell In Range("B5:BA100")
cellColour.Activate
If ActiveCell = "PC" Then
ActiveCell.Interior.ColorIndex = 1
ElseIf ActiveCell = "O" Then
ActiveCell.Interior.ColorIndex = 1
ElseIf ActiveCell = "W" Then
ActiveCell.Interior.ColorIndex = 1
ElseIf ActiveCell = "PS" Then
ActiveCell.Interior.ColorIndex = 1
ElseIf ActiveCell = "P" Then
ActiveCell.Interior.ColorIndex = 1
ElseIf ActiveCell = "L" Then
ActiveCell.Interior.ColorIndex = 1
ElseIf ActiveCell = "PSC" Then
ActiveCell.Interior.ColorIndex = 1
ElseIf ActiveCell = "LVP" Then
ActiveCell.Interior.ColorIndex = 1
ElseIf ActiveCell = "S" Then
ActiveCell.Interior.ColorIndex = 1
ElseIf ActiveCell = "B" Then
ActiveCell.Interior.ColorIndex = 1
ElseIf ActiveCell = "A" Then
ActiveCell.Interior.ColorIndex = 1
Else
End If
Next
End Sub


--
porkie
------------------------------------------------------------------------
porkie's Profile: http://www.excelforum.com/member.php...o&userid=14556
View this thread: http://www.excelforum.com/showthread...hreadid=263714

Reply
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
Error: "Excel encountered an error and had to remove some formatti Carl Excel Discussion (Misc queries) 0 September 18th 06 06:39 PM
Counting instances of found text (Excel error? Or user error?) S Davis Excel Worksheet Functions 5 September 12th 06 04:52 PM
Befuddled with For Next Loop ------ Run - Time Error '13' Type Mismatch Error rdavis7408 Excel Programming 1 August 25th 04 03:54 AM
Automation Error, Unknown Error. Error value - 440 Neo[_2_] Excel Programming 0 May 29th 04 05:26 AM


All times are GMT +1. The time now is 05:50 AM.

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

About Us

"It's about Microsoft Excel"