Microsoft
Software
Hardware
Network
Question : Excel VBA no matter what column I'm in, select the cell in row 5
Hi Experts
I'm sure this is easy but my brain is tired.
How do I move the ActivelCell to row 5 of that same column?
Eg, if H24 is Active, then select H5. Of if N12, select N5.
Sorry for a dumb question.
Will
Answer : Excel VBA no matter what column I'm in, select the cell in row 5
Will,
Use a line like this in your procedure:
Cells(5, ActiveCell.Column).Select
P
atrick
Random Solutions
Securing a web service call
Motorola MC50 Activesync Problem
Inconsistent crystal reports
SubReport pushes text and controls of Main Access report
Best way to setup a shared calendar and contacts on Exchange Server 2003
SQL 2k Database restore using only MDF flies
Compare two excel files
Silverlight ContentPresenter in Button Template
Enteprise Application Documentation Application
Submit form to external action file and redirect page on one submit button