I'm trying to open specific files from network drives, but I can't use specific addresses for the files... I'll explain, but here is the code I'm using:
if checkfile("Counterparty Report.xls") then
else
workbooks.open filename:="Counterparty Report.xls"
end if
This works when the the...
For anyone who's willing to help out a beginner...
I'm trying to insert a formula in a cell as part of a macro but I can't seem to get it to work. This is the code I'm using to do that.
cell4.FormulaR1C1 = "=RC[-2]/" & cell3.Address
Which gives me an error.
However, if I do this, I get no...
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.