+ Reply to Thread
Results 1 to 13 of 13

'Alias' for file name.....

  1. #1
    Bob Phillips
    Guest

    Re: 'Alias' for file name.....

    Try this

    Create a name (Insert>Name>Define ...) with a name of log and the value of
    =c:\logfile\the file name.xls and then use

    =INDIRECT(log&"Sheet1A1")

    etc.

    This only works while the othetr book is open, so you may need to do a
    copy/paste values.

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "billsc" <[email protected]> wrote in message
    news:[email protected]...
    > I have a long log file where I pull only 10 of the columns and combine

    data.
    > This means I need to have the somefilenamethatistoolong.xls in every

    formula
    > and the file may change from release to release.
    > I would like to put some where that "log=
    > c:\logfiles\somefilenamethatistoolong.xls"
    > and then use [log] in the formulas...
    > How do I do this....




  2. #2
    Dave Peterson
    Guest

    Re: 'Alias' for file name.....

    Another option...

    Copy that somefilenamethatistoolong.xls to a nice location and call it log.xls.

    Use that in your formula.

    Whenever the somefilenamethatistoolong.xls gets updated, you will have to
    remember to copy that workbook again.



    billsc wrote:
    >
    > I have a long log file where I pull only 10 of the columns and combine data.
    > This means I need to have the somefilenamethatistoolong.xls in every formula
    > and the file may change from release to release.
    > I would like to put some where that "log=
    > c:\logfiles\somefilenamethatistoolong.xls"
    > and then use [log] in the formulas...
    > How do I do this....


    --

    Dave Peterson

  3. #3
    Bob Phillips
    Guest

    Re: 'Alias' for file name.....

    LOL. De Bono like!


    "Dave Peterson" <[email protected]> wrote in message
    news:[email protected]...
    > Another option...
    >
    > Copy that somefilenamethatistoolong.xls to a nice location and call it

    log.xls.
    >
    > Use that in your formula.
    >
    > Whenever the somefilenamethatistoolong.xls gets updated, you will have to
    > remember to copy that workbook again.
    >
    >
    >
    > billsc wrote:
    > >
    > > I have a long log file where I pull only 10 of the columns and combine

    data.
    > > This means I need to have the somefilenamethatistoolong.xls in every

    formula
    > > and the file may change from release to release.
    > > I would like to put some where that "log=
    > > c:\logfiles\somefilenamethatistoolong.xls"
    > > and then use [log] in the formulas...
    > > How do I do this....

    >
    > --
    >
    > Dave Peterson




  4. #4
    Dave Peterson
    Guest

    Re: 'Alias' for file name.....

    I expected some .vbs code that would copy the file, then start excel and open
    that workbook so that it becomes a single click operation!

    Bob Phillips wrote:
    >
    > LOL. De Bono like!
    >
    > "Dave Peterson" <[email protected]> wrote in message
    > news:[email protected]...
    > > Another option...
    > >
    > > Copy that somefilenamethatistoolong.xls to a nice location and call it

    > log.xls.
    > >
    > > Use that in your formula.
    > >
    > > Whenever the somefilenamethatistoolong.xls gets updated, you will have to
    > > remember to copy that workbook again.
    > >
    > >
    > >
    > > billsc wrote:
    > > >
    > > > I have a long log file where I pull only 10 of the columns and combine

    > data.
    > > > This means I need to have the somefilenamethatistoolong.xls in every

    > formula
    > > > and the file may change from release to release.
    > > > I would like to put some where that "log=
    > > > c:\logfiles\somefilenamethatistoolong.xls"
    > > > and then use [log] in the formulas...
    > > > How do I do this....

    > >
    > > --
    > >
    > > Dave Peterson


    --

    Dave Peterson

  5. #5
    Bob Phillips
    Guest

    Re: 'Alias' for file name.....

    Try this

    Create a name (Insert>Name>Define ...) with a name of log and the value of
    =c:\logfile\the file name.xls and then use

    =INDIRECT(log&"Sheet1A1")

    etc.

    This only works while the othetr book is open, so you may need to do a
    copy/paste values.

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "billsc" <[email protected]> wrote in message
    news:[email protected]...
    > I have a long log file where I pull only 10 of the columns and combine

    data.
    > This means I need to have the somefilenamethatistoolong.xls in every

    formula
    > and the file may change from release to release.
    > I would like to put some where that "log=
    > c:\logfiles\somefilenamethatistoolong.xls"
    > and then use [log] in the formulas...
    > How do I do this....




  6. #6
    Dave Peterson
    Guest

    Re: 'Alias' for file name.....

    Another option...

    Copy that somefilenamethatistoolong.xls to a nice location and call it log.xls.

    Use that in your formula.

    Whenever the somefilenamethatistoolong.xls gets updated, you will have to
    remember to copy that workbook again.



    billsc wrote:
    >
    > I have a long log file where I pull only 10 of the columns and combine data.
    > This means I need to have the somefilenamethatistoolong.xls in every formula
    > and the file may change from release to release.
    > I would like to put some where that "log=
    > c:\logfiles\somefilenamethatistoolong.xls"
    > and then use [log] in the formulas...
    > How do I do this....


    --

    Dave Peterson

  7. #7
    Bob Phillips
    Guest

    Re: 'Alias' for file name.....

    LOL. De Bono like!


    "Dave Peterson" <[email protected]> wrote in message
    news:[email protected]...
    > Another option...
    >
    > Copy that somefilenamethatistoolong.xls to a nice location and call it

    log.xls.
    >
    > Use that in your formula.
    >
    > Whenever the somefilenamethatistoolong.xls gets updated, you will have to
    > remember to copy that workbook again.
    >
    >
    >
    > billsc wrote:
    > >
    > > I have a long log file where I pull only 10 of the columns and combine

    data.
    > > This means I need to have the somefilenamethatistoolong.xls in every

    formula
    > > and the file may change from release to release.
    > > I would like to put some where that "log=
    > > c:\logfiles\somefilenamethatistoolong.xls"
    > > and then use [log] in the formulas...
    > > How do I do this....

    >
    > --
    >
    > Dave Peterson




  8. #8
    Dave Peterson
    Guest

    Re: 'Alias' for file name.....

    I expected some .vbs code that would copy the file, then start excel and open
    that workbook so that it becomes a single click operation!

    Bob Phillips wrote:
    >
    > LOL. De Bono like!
    >
    > "Dave Peterson" <[email protected]> wrote in message
    > news:[email protected]...
    > > Another option...
    > >
    > > Copy that somefilenamethatistoolong.xls to a nice location and call it

    > log.xls.
    > >
    > > Use that in your formula.
    > >
    > > Whenever the somefilenamethatistoolong.xls gets updated, you will have to
    > > remember to copy that workbook again.
    > >
    > >
    > >
    > > billsc wrote:
    > > >
    > > > I have a long log file where I pull only 10 of the columns and combine

    > data.
    > > > This means I need to have the somefilenamethatistoolong.xls in every

    > formula
    > > > and the file may change from release to release.
    > > > I would like to put some where that "log=
    > > > c:\logfiles\somefilenamethatistoolong.xls"
    > > > and then use [log] in the formulas...
    > > > How do I do this....

    > >
    > > --
    > >
    > > Dave Peterson


    --

    Dave Peterson

  9. #9
    billsc
    Guest

    'Alias' for file name.....

    I have a long log file where I pull only 10 of the columns and combine data.
    This means I need to have the somefilenamethatistoolong.xls in every formula
    and the file may change from release to release.
    I would like to put some where that "log=
    c:\logfiles\somefilenamethatistoolong.xls"
    and then use [log] in the formulas...
    How do I do this....

  10. #10
    Bob Phillips
    Guest

    Re: 'Alias' for file name.....

    Try this

    Create a name (Insert>Name>Define ...) with a name of log and the value of
    =c:\logfile\the file name.xls and then use

    =INDIRECT(log&"Sheet1A1")

    etc.

    This only works while the othetr book is open, so you may need to do a
    copy/paste values.

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "billsc" <[email protected]> wrote in message
    news:[email protected]...
    > I have a long log file where I pull only 10 of the columns and combine

    data.
    > This means I need to have the somefilenamethatistoolong.xls in every

    formula
    > and the file may change from release to release.
    > I would like to put some where that "log=
    > c:\logfiles\somefilenamethatistoolong.xls"
    > and then use [log] in the formulas...
    > How do I do this....




  11. #11
    Dave Peterson
    Guest

    Re: 'Alias' for file name.....

    Another option...

    Copy that somefilenamethatistoolong.xls to a nice location and call it log.xls.

    Use that in your formula.

    Whenever the somefilenamethatistoolong.xls gets updated, you will have to
    remember to copy that workbook again.



    billsc wrote:
    >
    > I have a long log file where I pull only 10 of the columns and combine data.
    > This means I need to have the somefilenamethatistoolong.xls in every formula
    > and the file may change from release to release.
    > I would like to put some where that "log=
    > c:\logfiles\somefilenamethatistoolong.xls"
    > and then use [log] in the formulas...
    > How do I do this....


    --

    Dave Peterson

  12. #12
    Bob Phillips
    Guest

    Re: 'Alias' for file name.....

    LOL. De Bono like!


    "Dave Peterson" <[email protected]> wrote in message
    news:[email protected]...
    > Another option...
    >
    > Copy that somefilenamethatistoolong.xls to a nice location and call it

    log.xls.
    >
    > Use that in your formula.
    >
    > Whenever the somefilenamethatistoolong.xls gets updated, you will have to
    > remember to copy that workbook again.
    >
    >
    >
    > billsc wrote:
    > >
    > > I have a long log file where I pull only 10 of the columns and combine

    data.
    > > This means I need to have the somefilenamethatistoolong.xls in every

    formula
    > > and the file may change from release to release.
    > > I would like to put some where that "log=
    > > c:\logfiles\somefilenamethatistoolong.xls"
    > > and then use [log] in the formulas...
    > > How do I do this....

    >
    > --
    >
    > Dave Peterson




  13. #13
    Dave Peterson
    Guest

    Re: 'Alias' for file name.....

    I expected some .vbs code that would copy the file, then start excel and open
    that workbook so that it becomes a single click operation!

    Bob Phillips wrote:
    >
    > LOL. De Bono like!
    >
    > "Dave Peterson" <[email protected]> wrote in message
    > news:[email protected]...
    > > Another option...
    > >
    > > Copy that somefilenamethatistoolong.xls to a nice location and call it

    > log.xls.
    > >
    > > Use that in your formula.
    > >
    > > Whenever the somefilenamethatistoolong.xls gets updated, you will have to
    > > remember to copy that workbook again.
    > >
    > >
    > >
    > > billsc wrote:
    > > >
    > > > I have a long log file where I pull only 10 of the columns and combine

    > data.
    > > > This means I need to have the somefilenamethatistoolong.xls in every

    > formula
    > > > and the file may change from release to release.
    > > > I would like to put some where that "log=
    > > > c:\logfiles\somefilenamethatistoolong.xls"
    > > > and then use [log] in the formulas...
    > > > How do I do this....

    > >
    > > --
    > >
    > > Dave Peterson


    --

    Dave Peterson

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1