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
SQL Server 2008 setup failure
Server 2008 R2 DC File Permissions
Vmware and HP msa2324sa dc + DL360 (2) configuration considerations
Setting Folder Permission in Windows XP - VB Script
Probably an easy question, but how can I set the domain name for use with iis on my lan?
Insert Script from the command prompt
error SQL3126N when loading data from local file to remote DB2 instance
Microsoft Exchange 2010
Complex SQL 2005 Query Help Needed
VB.Net 2008: Send email using richtextbox as Body ignoring Vbnewline and CRLF