Hi everyone
I am sure someone must have asked this question before but I cannot find anything relating to it. In Excel I want to convert a Column ID into its respective letter. For example 2 returns "B", 82 retuns "CD" and so on
Any hints?
Thanks
Regards
JB
Hi
I am looking at the possiblity of copying data from 1 workbook to another without activating the 2nd workbook;.i.e the one I want to copy to
My code at the moment is
$-------------
Sub CopyData()
NbOfTimeStep = 3
NbOfNodes = 3
GroupName="Data" 'This is a variable in reality
Set...
Hi
I am looking at the possiblity of copying data from 1 workbook to another without activating the 2nd workbook;.i.e the one I want to copy to
My code at the moment is
$-------------
Sub CopyData()
NbOfTimeStep = 3
NbOfNodes = 3
GroupName="Data" 'This is a variable in reality
Set...
Hi
I am trying to open all the files with a known extension (.prt This are normal txt file) in a specific folder.
I have searched the web site but was unsuccessful in finding what I am looking for. The BV code i have got is the following
-------------------
Sub OpenReportFile()
Dim fs, f, fc...
SkipVought
Thanks for your reply. The selectionRange option I wnand to use in a formula is still giving problems.
I know the maximum number of row occupied by my data MaxDataRow. I want to set up
SelectionRange=Range(A1,A&MaxDataRow)
ActiveCell.Formula= "max(SelectionRange)
Any suggestions?
Hi
I would like to do the following in my Excel VB macro
1/ Select a range using the variable name: SelectionRange
2/ write a formula in a cell as such
ActiveCell.Formula ="max(SelectionRange)"
I want to do that because it's part of a FOR loop and the SelectionRange changes at each loop...
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.