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
Error"Cannot connect to Citrix Server. Proxy detection failure: Improper auto-configuration URL"
Does ODBC connection from INFORMIX DB to MS ACCESS has committed read on the data?
convert c++ delegate parameters for managed code
How to convert non ansi outer join =* to ansi outer join
can't change password through OWA 2010
How can I edit my Excel list to include only one entry from each domain name
scripted uninstalls
Can WordPress be customized to some degree by manipulating files embeded in the WordPress file path
Can not get mysql to work with IIS7 Drupal and PHP
Should Sys Admins (Domain Admins) also have user accounts?