M
marcusb
hi i have a worksheet "scform" that pulls values from another worksheet
"individual static". Which values is selected by a pulldown list which
chooses one of the rows in "individual static" based on candidate name.
pendant on a process being performed i want to then update those
values.
eg
stockpile1 stockpile2 stockpile3
399 267 0
after processing the new values are
stockpile1 stockpile2 stockpile3
244 399 267
is there a way to build a macro using the vb function and Range.select
whilst pulling the values to "select" from my open sheet?
i.e somethign like
Range("AM<USE ROW NUMBER FROM MATCH FUNCTION>").Select
"individual static". Which values is selected by a pulldown list which
chooses one of the rows in "individual static" based on candidate name.
pendant on a process being performed i want to then update those
values.
eg
stockpile1 stockpile2 stockpile3
399 267 0
after processing the new values are
stockpile1 stockpile2 stockpile3
244 399 267
is there a way to build a macro using the vb function and Range.select
whilst pulling the values to "select" from my open sheet?
i.e somethign like
Range("AM<USE ROW NUMBER FROM MATCH FUNCTION>").Select