Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() What I need is code to display in Macro when opened for editing, the value of Range "AL2" which contains Row # 4 as seen below macro code now refers to row 36 following is part of my code ' Before runing Macro must Edit the Row # the Scores are being entered in 'Highlight following code at this point, select EDIT, then Replace; in Replac 'Box in Find What area, enter Row # to find and replace; in Replace With area 'enter Row # where you want scores copied to NEED TO DISPLAY VALUE OF WORKSHEET RANGE "AL2" HERE SO KNOW WHAT TO CHANGE 36 TO FOR EXAMPLE CURRENT ROW TO POST IS: 4 ' Macro set up to enter Scores in Row '3 'Displays Row # in workshee 'ValueRow = 3 Range("AJ22").Selec ActiveCell.Value = 3 'Team Range("c36").Selec 'Application.Goto Reference:="R36C3" 'c3 ActiveCell.Formula = Value01 Range("i36").Selec 'Application.Goto Reference:="R36C9" 'i3 ActiveCell.Formula = Value01 Range("p36").Selec 'Application.Goto Reference:="R36C16" 'p3 ActiveCell.Formula = Value02 Range("v36").Selec 'Application.Goto Reference:="R36C22" 'v3 ActiveCell.Formula = Value02 'Team Thanks for your hel Bob Leonar |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Display Worksheet Range in a Textbox | Excel Discussion (Misc queries) | |||
Macro to search for and display data in another worksheet | Excel Worksheet Functions | |||
VB Scripting/Macro - Filling/Editing Worksheet References | New Users to Excel | |||
Pause a macro to allow editing of a worksheet | Excel Programming | |||
How? Macro to copy range to new worksheet, name new worksheet, loop | Excel Programming |