Search results

  1. M

    Macro - need to start and end with the same data sort

    Again - I have a large spreadsheet with one column that has Fund#. The users frequently sort the spreadsheet on a number of different columns. I created a macro that must have the column Fund# in ascending order. So - when I first begin the Macro I re-sort the spreadsheet based on Fund#. The...
  2. M

    Macro - needs to end on starting screen shot

    I have a large excel spreadsheet that the user starts a macro when they double click a cell. The macro jumps around the sheet. Is there an easy way to make sure that the macro ends at the same screen shot it began with. I think the user will be confussed if I don't return to the beginning screen...
  3. M

    form/subform link master/child

    I have a form (Frm Trade Tickets) and a subform (Frm Trade Tickets Subform Detail) that has a link child (PTS) and master (User ID) relationship which I set as an event procedure when the form is open Me.Frm_Trade_Tickets_Subform_Detail.LinkChildFields = "PTS"...
Back
Top Bottom