Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
I am getting this error: "Object variable or With block variable is not set!" Here is the mcro's code: Sub Solve() Dim SCell As Range Do Until SCell.Value = 1 If SCell.Value < 1 Then Range("J24").Select Calculate End If Loop End Sub Thanks, Jo |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
What is wrong with the code? | Excel Discussion (Misc queries) | |||
Add chart - what is wrong with the code? | Charts and Charting in Excel | |||
Can someone tell me what is wrong with this code? | Excel Discussion (Misc queries) | |||
Need to "not show" piece of line in graph | Charts and Charting in Excel | |||
What's wrong with my code ? | Excel Worksheet Functions |