Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Below is my code. I want to be able to do this without having to Select
anything on the CodeGrid Sheet. When I select I am having to unlock the workbook. Is there a way I can do this without having to "select"? ActiveWorkbook.Unprotect Password:="Time" Worksheets("CodeGrid").Visible = True Worksheets("CodeGrid").Activate Range("A1").Select Do While True And ActiveCell.Column < 75 If Worksheets("Coding").Range("A1").Value = _ ActiveCell.Value Then Exit Do End If ActiveCell.Offset(0, 1).Select Loop ActiveCell.EntireColumn.Select Selection.Copy Destination:=Sheets("Password").Range("L1") -- Thanks Shawn |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
Typing "true" excel 2007 change it to "TRUE" | Excel Discussion (Misc queries) | |||
Setting values for "TRUE","FALSE" and "#REF!" | Excel Programming | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel | |||
IF(VLOOKUP("MYDATA", MYNAME, 4) = 0, "TRUE", "FALSE") | Excel Programming |