Search:

Type: Posts; User: Logit

Search: Search took 0.01 seconds.

  1. . For future readers to learn ... how did you...

    .
    For future readers to learn ... how did you correct the issue ?
  2. ....

    .
    https://www.mrexcel.com/board/threads/vba-to-remove-comment-indicator.822080/

    https://www.wmlcloud.com/microsoft-office/excel/remove-comment-indicators-red-triangles-with-vba/
    ...
  3. ....

    .
    https://www.mrexcel.com/board/threads/building-a-hierarchy-threeview-with-vba.205873/

    http://www.cpearson.com/excel/FolderTree.aspx

    https://jkp-ads.com/articles/treeview.asp
  4. Replies
    3
    Views
    552

    . See attached :

    .
    See attached :
  5. Replies
    8
    Views
    2,840

    . How to create a UserForm : ...

    .
    How to create a UserForm : https://gregmaxey.com/word_tip_pages/custom_vba_msgbox.html

    Create a Password User Form : https://www.youtube.com/watch?v=QhGiwgv0WZo
  6. Replies
    8
    Views
    2,840

    . You can't do that with a Message Box. You...

    .
    You can't do that with a Message Box.

    You will need to create a UserForm that looks like a Message Box and include the macro for the password.
  7. Replies
    3
    Views
    3,033

    I don't understand.

    I don't understand.
  8. Replies
    3
    Views
    3,033

    . . Paste this code in your UserForm for the...

    .
    .
    Paste this code in your UserForm for the CommandButton.



    Option Explicit

    Private Sub CommandButton1_Click()
    Sheets("Sheet1").Range("A3").Formula = TextBox1.Text
Results 1 to 8 of 8