Results 1 to 12 of 12

Thread: Solved: Syntax Question

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Solved: Syntax Question

    hi

    Workbooks("KPI 0044 internal Shortageswk" & CStr(VBAWeekNum(Now(), 1)) & ".xls")
    and line

    wbEXT = "C:\KPI 0015 external Shortageswk" & CStr(VBAWeekNum(Now(), 1))
    how can i change this to a diffrent permitation ie

    Workbooks("KPI 0044 wkno here internal Shortages" & CStr(VBAWeekNum(Now(), 1)) & ".xls")


    is it just as simple as
    Workbooks ("KPI 0044 wk" & CStr(VBAWeekNum(Now(), 1)) & "internal Shortages" & ".xls")
    Thanks

    Merc
    Last edited by mercmannick; 08-12-2006 at 11:14 AM.

Posting Permissions

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