Search:

Type: Posts; User: Mahesh

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    2,430

    Word VBA_find string against bullet point

    I have table (Row:10, column:2) in word document, 2nd column of row 10, contain text with bullet points,
    again undersome bullet point there is multilevel lists as mentioned below.

    Steps;
    1....
  2. Replies
    3
    Views
    2,534

    thank u so much Admin for u r help and time..!...

    thank u so much Admin for u r help and time..! :cheerclink:
  3. Replies
    3
    Views
    2,534

    set ListView on userform

    PFA workbook.
    Please help me to set the ListView on userform as per mention in workbook
  4. Replies
    1
    Views
    1,114

    Trigger worksheet event_UDF

    Hi

    i am using User Define Function in workbook to convert amount into words. but when i use the UDF worksheet events are not triggering. In a worksheet there is drop down (Yes/No) on which events...
  5. Replies
    1
    Views
    2,290

    Thank you so much Haseeb for sharing this info. ...

    Thank you so much Haseeb for sharing this info.
    since long time i was looking for MsoLanguageID Enumeration.
    Amazing and wonderful..:cheerio:
  6. Perhaps ! u can use this also Sub test()...

    Perhaps ! u can use this also


    Sub test()
    Dim sht As Worksheet
    For Each sht In ThisWorkbook.Worksheets
    On Error Resume Next
    sht.Activate
    Cells.EntireColumn.AutoFit
    ...
  7. Replies
    3
    Views
    2,115

    Thank u so much Kris ! :) Really appreciate your...

    Thank u so much Kris ! :)
    Really appreciate your knowledge & help :cheerio:
  8. Replies
    3
    Views
    2,115

    Generate random numbers in Excel

    Hi

    i am looking to generate random numbers in excel.
    Step :
    1. Select the Range
    2. Input box will ask From Number; To Number
    3. when i click on ok it will generate random numbers within...
Results 1 to 8 of 9