Re: $$Excel-Macros$$ Open file using criteria from input box

2011-09-11 Thread GoldenLance
iently”. > BTW, my name is not D. Is yours S? > > From: Sam Mathai Chacko > Sent: Sunday, September 11, 2011 4:12 PM > To: excel-macros@googlegroups.com > Subject: Re: $$Excel-Macros$$ Open file using criteria from input box > > D, to be honest, that was certainly not to offend yo

Re: $$Excel-Macros$$ Open file using criteria from input box

2011-09-11 Thread dguillett1
: $$Excel-Macros$$ Open file using criteria from input box D, to be honest, that was certainly not to offend you. If you felt so, my sincere apologies. I thought it was strange to have a solution posted when one was already posted. Once again, please accept my apologies. You are a valuable

Re: $$Excel-Macros$$ Open file using criteria from input box

2011-09-11 Thread Sam Mathai Chacko
t:* Sunday, September 11, 2011 3:55 PM > *To:* excel-macros@googlegroups.com > *Subject:* Re: $$Excel-Macros$$ Open file using criteria from input box > > Solution already posted D. Could you confirm this was not visible in the > forum? If so, then I'd like the moderators to please

Re: $$Excel-Macros$$ Open file using criteria from input box

2011-09-11 Thread dguillett1
& InputBox("Vnesi nalog") & ".xlsx" End Sub From: Sam Mathai Chacko Sent: Sunday, September 11, 2011 3:55 PM To: excel-macros@googlegroups.com Subject: Re: $$Excel-Macros$$ Open file using criteria from input box Solution already posted D. Could you confirm this was not

Re: $$Excel-Macros$$ Open file using criteria from input box

2011-09-11 Thread Seba
> > On Sun, Sep 11, 2011 at 11:51 PM, dguillett1 wrote: > > > try > > > > Sub OpenFile() > > > Workbooks.Open Filename:= _ > > > "C:\Users\user\Desktop\2011_" InputBox("Vnesi nalog")&".xlsx" > > > End Sub > >

Re: $$Excel-Macros$$ Open file using criteria from input box

2011-09-11 Thread Seba
s not exists!" >    End If > End Sub > > > > > > > > > > On Sun, Sep 11, 2011 at 11:51 PM, dguillett1 wrote: > > try > > > Sub OpenFile() > > Workbooks.Open Filename:= _ > > "C:\Users\user\Desktop\2011_" InputBox("Vnesi

Re: $$Excel-Macros$$ Open file using criteria from input box

2011-09-11 Thread Sam Mathai Chacko
.xlsx" > End Sub > > -----Original Message----- From: Seba > Sent: Sunday, September 11, 2011 3:31 PM > To: MS EXCEL AND VBA MACROS > Subject: $$Excel-Macros$$ Open file using criteria from input box > > > Hi all, > > I need help tweaking one of my simple macro

Re: $$Excel-Macros$$ Open file using criteria from input box

2011-09-11 Thread dguillett1
try Sub OpenFile() Workbooks.Open Filename:= _ "C:\Users\user\Desktop\2011_" InputBox("Vnesi nalog")&".xlsx" End Sub -Original Message- From: Seba Sent: Sunday, September 11, 2011 3:31 PM To: MS EXCEL AND VBA MACROS Subject: $$Excel-Macros$$ Open file

$$Excel-Macros$$ Open file using criteria from input box

2011-09-11 Thread Seba
Hi all, I need help tweaking one of my simple macros. I would like to open a file after I enter a value into a input box. I have files stored in a specific folder and each one is named like "year_sequence_number", ie: 2011_001. I need a macro which would open a file based on a value I enter. For e