Search:

Type: Posts; User: SIMMS7400

Search: Search took 0.04 seconds.

  1. Re: VB Script to drag column down to last row of column A

    Actually that didn't work.

    Can someone please assist - this is urgent.

    Thank you so much!!
  2. Re: VB Script to drag column down to last row of column A

    I got it:


    Set objExcel = CreateObject("Excel.Application")
    objExcel.Visible = True

    Set objWorkbook1= objExcel.Workbooks.Open("C:\Users\chtakac\Documents\Z\ZZ\Employees Access.xls")
    Set...
  3. VB Script to drag column down to last row of column A

    Hi Folks -

    I'm struggling with a solution to be able to drag down a formula in column N3 down to the last row of data for Column A.

    Here is what I have thus far:


    Set objExcel =...
  4. Replies
    2
    Views
    896

    Re: VBS to start batch (cmd) with title

    I'm sorry about that :/

    So, essentially I just need help combining two peices of code:

    VB code to kill batch session with title:


    Option Explicit
    Dim objShell
    Set objShell =...
  5. Replies
    2
    Views
    896

    VBS to start batch (cmd) with title

    Hi Folks -

    Can anyone help me write a vbs script to start a batch script WITH a title?

    Thanks!!!
Results 1 to 5 of 5



Click Here to Expand Forum to Full Width