Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi, all
on the macro der Wert "ID" in Column "b" is not available the Error Message pop up Runtimeerrot 91 Objectvariable or With-Blockvariable not set. Sub Makro5() ' Dim ID As Integer Range("D1").Select ID = Range("D1") Columns("B:B").Select Selection.Find(what:=ID, After:=ActiveCell, LookIn:=xlValues, LookAt _ :=xlWhole, SearchOrder:=xlByColumns,SearchDirection:=xlNext,M atchCase_ :=False, SearchFormat:=False).Activate ActiveCell.Offset(0, 1).Activate ActiveCell.Select Selection.Copy Range("F1").Select ActiveSheet.Paste End Sub Thanks Reiner |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
xpath error? Runtime Error 13 type mismatch | Excel Discussion (Misc queries) | |||
xpath error? Runtime Error 13 type mismatch | Excel Discussion (Misc queries) | |||
Runtime error '1004' General ODBC error | New Users to Excel | |||
Excel 2003 Macro Error - Runtime error 1004 | Excel Discussion (Misc queries) | |||
Syntax Error Runtime Error '424' Object Required | Excel Programming |