Posts by mjschukas

    Re: Show Find Dialog & Restrict to x Sheets


    thank you.


    no, the four sheets selected, stay selected...(code is below):



    thank you...

    Re: Show Find Dialog & Restrict to x Sheets


    thank you...works...but not perfectly...


    (i at least need to unselect sheets after the find, etc.)



    ???


    thank you.

    Re: Show Find Dialog & Restrict to x Sheets


    thank you...we are getting there...


    here's the code i have (this works, but not "perfectly"...)


    (and i need to unselect after the find is over, etc.)...



    thank you.

    Re: Show Find Dialog & Restrict to x Sheets


    we are getting there...(thanks...)


    after the find is complete, i would like to unselect (i have four sheets to look through), and remain on the cell from the results of the Find)...?


    thank you...!

    Re: Sendkeys Edit Find


    interesting...


    Code
    Application.Dialogs(xlDialogFormulaFind).


    Show doesn't let me select sheets...


    Code
    Application.  CommandBars.FindControl(ID:=1849).Execute


    gives me an error message: " run-time 438: object doesn't support this property..." (i'm running from an on click event under a label)


    ???


    thanks.

    Sendkeys Edit Find


    i'm using Sendkeys Edit Find to open the Find dialog box (works well)...i would like to restrict the searching to only 4 worksheets (of 14) of the workbook...?


    (i see the option to select Sheet or Workbook)


    ???


    thank you.

    Re: Graph Rational Function


    thank you...! (i deleted x = 0)...


    ?could you explain further about the line chart and make invisible...?


    and what is the best way to show the y axis going (vertically) through the origin...?


    thank you...!

    Refresh Queries From Userform...


    i would like to refresh a query from a user form (query is in another worksheet)...?


    (i have tried the following, but with error...)


    Code
    Worksheets("data_material").QueryTables.Refresh


    thank you...

    when i open a xls, i would like to Display the Vertical Menu Of Worksheets (at the bottom left of the tab names)


    --this worksheet has many sheets and i find this an easy way to navigate...


    (also, how can i write a macro--for a user shortcut--to display this--currently, i hover my mouse pointer over the bottom left tab navigation object and right click to bring up the vertical display of sheet names...)


    ???


    thank you.

    Re: Cell Focus When Opening A User Form


    thanks...


    i put the cursor in a cell, when i run the macro from the macro toolbar, the focus stays in the cell, but when i use my mouse to click on a button that runs the macro, i seemingly lose the focus of the cell (i don't know where it goes...but when i hit "tab", the cursor is on a textbox on the userform...


    Code
    userform.show 'open user form


    (and then the user form gets info. from the active worksheet...)


    thank you...!

    Re: Cell Focus When Opening A User Form


    thank you...but,


    i changed to:

    Code
    userform.show vbmodeless


    and i still lose the focus on the current cell (and i tried at the form's property to change showmode to true and then false)...


    ???


    thank you.