Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have the following code in a function but when I call it on the sheet I get
the #VALUE Error. Any direction would be greatly appreciated. Public Function clrck(X As Double, Y As Double, Z As Double) Dim i As Long Dim ws1 As Worksheet Set ws1 = Sheets("Sheet1") For i = 1 To 10000 If ws1.Cells(i, 1).Value = "" Then Exit For Else Call PinPlane(X, Y, Z, i) Call PointLine(X, Y, Z, i) i = i + 23 End If Next i X = FindValue() clrck = X End Function |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Error: "Excel encountered an error and had to remove some formatti | Excel Discussion (Misc queries) | |||
Counting instances of found text (Excel error? Or user error?) | Excel Worksheet Functions | |||
I have Error 1919 Error Configuring ODBC dataSource Database | Excel Discussion (Misc queries) | |||
Excel 2003 Macro Error - Runtime error 1004 | Excel Discussion (Misc queries) |