A
abxy
i figure that this is kind of simple if you know the syntax for it, bu
i don't, so here's my problem:
ok, i know that if i wanted to open a file whose name was in cell A3
i'd write something like:
"C:\" & Range("A3").Value & ".xls" ...right?
ok, now i basically want to do that, except my filename is the curren
month...so how do i that? also, and most importantly what would I pu
if my file name was 1 month, or 2 months before the current month.
Thanks
oh...and i know this doesn't particularly go with the topic, but ho
would you write the code that basically says "if this workbook isn'
already open, open it
i don't, so here's my problem:
ok, i know that if i wanted to open a file whose name was in cell A3
i'd write something like:
"C:\" & Range("A3").Value & ".xls" ...right?
ok, now i basically want to do that, except my filename is the curren
month...so how do i that? also, and most importantly what would I pu
if my file name was 1 month, or 2 months before the current month.
Thanks

oh...and i know this doesn't particularly go with the topic, but ho
would you write the code that basically says "if this workbook isn'
already open, open it