Search:

Type: Posts; User: Mawdo

Search: Search took 0.03 seconds.

  1. Replies
    11
    Views
    10,041

    Re: IE Download File Prompt

    Public Sub File_Download_Click_Save(Optional cmb As String)

    Dim hWnd As Long
    Dim timeout As Date

    'Debug.Print "File_Download_Click_Save"

    'Find the File Download...
  2. MsOf03 Re: Excel- Ist there a way of fixing my vlookup?

    Hi,
    There doesn't seem to be anything wrong with your formula but its hard to tel without knowing the rest of your sheet structure.

    Both sets (for the 1st participant & 2nd participant) are...
  3. MsOf10 Close Non-activex Datepicker Calendar Control on Userform

    Hi,

    This has been cross posted from http://www.ozgrid.com/forum/showthread.php?t=156614 due to a lack of response.

    I have used a variation of the Non-activex Datepicker Calendar Control from...
  4. Replies
    11
    Views
    10,041

    Re: IE Download File Prompt

    Hi sskicker23,

    Thanks for your posts, its been the only place I could find this to help me with a similar issue.

    I've borrowed elements of your code and it works perfectly for me. Your whole...
  5. MsOf10 Re: [Excel] Issue Setting Headers & Footers in 2010

    Hi,

    Still no joy, but out of desperation I took the code right back to the MS VBA help topic samples, and built from there.

    The difference is no
    Application.PrintCommunication = False
    or ...
  6. MsOf10 Re: [Excel] Issue Setting Headers & Footers in 2010

    Sorry,


    .LeftHeader = "&F"

    doesn't produce the filename, yet this is what the macro I recorded produced for this section.


    .CenterHeader = "&A"
    and
  7. MsOf10 [Excel] Issue Setting Headers & Footers in 2010

    Hi,
    I've tried in vain to understand why the following is not producing the results I want:
    Sub SetHeadersFooters()
    Application.PrintCommunication = False
    With ActiveSheet.PageSetup
    ...
Results 1 to 7 of 7



Click Here to Expand Forum to Full Width