Thanks!
Just to be sure I understand you correctly, if I install an application on an external hard drive I will then be able to run that application on any computer that I connect to that hard drive?
Jean
Hello,
I would like to purchase an external hard. My vision is that I can simply plug it into my USB port, load and execute software application from the drive thus relieving some of the confusion on my current hard drive. I want a portable model that I can use on both of my computers. This...
I copied and ran the following. It fails with Run-Time '424' error
Sub MarkFactor6()
Dim rRange As Range
Dim numCols As Integer
Set rRange = Application.InputBox("Select data range", _
"PRINT RANGE", , , , , , 8)
numCols = rRange.Columns.Count
MsgBox numCols
End Sub
Hi,
Thanks for your suggestions, The Sub always fail for me, I'm running VB version 6.3
The data I'm using is
F1 F2 F3
note1 0.13 0.00 0.05
note2 0.13 0.01 0.07
note3 -0.02 0.22 0.12
note4 0.02 0.04 -0.11
note5 0.03 0.23 0.01
note6 -0.01 0.12 -0.02
note7 65.00 -0.08 0.06
note8 0.16 -0.05...
Hi,
I'm trying to write a Sub to return a range that will be used later. I want to use an InPutBox to select the desired data then return the number of columns for later computations. An error '424' - object required, is returned regardless of how I define rRange.
The error is at Set...
I’m stumped. I have a table like below and want to paste in col H (col7) the column heading of the maximum of the absolute values of col1-col6. For example at note1 col 7 returns “col1” while at note12 col7 returns “col2”. I would then like to shade the cell (b12:G12) containing that max abs...
Hi Melinx,
That helped immensely, Thanks for helping me identify the problem. Your code worked perfectly when I removed the MsgBox statement, so I put the message in the SaveWorkBook routine.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.