Consulting

Results 1 to 2 of 2

Thread: Making a workbook visible again

  1. #1
    VBAX Regular
    Joined
    Sep 2011
    Posts
    17
    Location

    Making a workbook visible again

    Hello,
    I have written code to hide a workbook behind a user form and to close the workbook when the user form closes however I now can't edit the workbook or code as it works too well!! any suggestions?
    Dave

  2. #2
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,456
    Location
    Unhide it again

    [vba]
    Windows("workbook.name").Visible = True[/vba]
    ____________________________________________
    Nihil simul inventum est et perfectum

    Abusus non tollit usum

    Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
    James Thurber

Posting Permissions

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