User Profile

Collapse

Profile Sidebar

Collapse
malka
malka
Joined: Dec 27 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • VBA function to unhide all tabs in a worksheet
    Code:
    Sub UnhideAllSheets()  
        Dim wsSheet As Worksheet          
        For Each wsSheet In ActiveWorkbook.Worksheets      
            wsSheet.Visible = xlSheetVisible       
        Next wsSheet       
    End Sub
    See more | Go to post
    Last edited by zmbd; Feb 23 '13, 05:01 AM. Reason: [z{please format code, script, sql using the [CODE/] button}]

    Leave a comment:


  • I have the VBA sub function, all I need to know is how to save it as add-in on Excel 2010

    Thanks
    See more | Go to post

    Leave a comment:


  • malka
    started a topic How to save add-in on Excel 2010

    How to save add-in on Excel 2010

    I would like to save an add-in build as VBA on Excel 2010. The function unhides all the hidden TABS on a Excel worksheet.

    Thanks
    See more | Go to post

  • malka
    replied to upcoming Job interview Questions and Answers
    Thank you very much for your commentd and I appreciate your asssitance.
    See more | Go to post

    Leave a comment:


  • malka
    replied to upcoming Job interview Questions and Answers
    Zmbd, thank you for your response, your comments are very helpful. I am interviewing at the same bank I have been working for many years in Minneapolis, MN. I will go over the behavioral questions you have attached. I have interviewed for several positions, but due to lack of working experience in ACCESS, SQL and SAS; even though I obtained certification in all three during my time on severance but not having working knowledge, I am not able to...
    See more | Go to post

    Leave a comment:


  • malka
    replied to upcoming Job interview Questions and Answers
    Thanks zmbd for moving this question to the career advice forum
    See more | Go to post

    Leave a comment:


  • malka
    started a topic upcoming Job interview Questions and Answers

    upcoming Job interview Questions and Answers

    I have an interview next week for an Analytics Specialist position, details of the position given below. I have Access and SQL certification from a local college, but have very little experience in Database Management and have been out of job for several months. I had several years of experience in reporting and analysis.
    I will be grateful if somebody can assist me with questions and answers that I will be facing at my interview relating...
    See more | Go to post
    Last edited by zmbd; Dec 27 '12, 06:33 PM. Reason: [z{quote-tagged the position description}]
No activity results to display
Show More
Working...