Posts by Raha

    Re: VBA Code: excel is hanging at some point


    I have added two extra line in the code and this should work, please try.


    Re: Trying to put first name from full name using VBA


    Try the below codes and adopt as per your convenience.
    While using udf please note 0=first name,1=sencond name......so on.


    Re: VBA Code: excel is hanging at some point


    Both the way you can complete your task, please try.


    Re: IE Date picker and Mouse over/mouse hover


    HI Team,


    Please advise if there is any solution for my query?


    Code
    </div>
                    </div>
                    <div class="date_wrapper">
                        <p>
                            <input type="text" id="datePicker" onchange="GetData()" onfocus="this.blur()" readonly="true" class="datePickerassociate" />
                        </p>
                    </div>
                    <div style="width: 100%; height: 20px;"></div>
                    <div class="clearFloat"></div>


    Thanks in advance for all your help and support.


    Regards,
    Rahaman

    Hi Team,


    Could you please help me in selecting the date from IE date picker & FireEvent ("onchange") as i am successfully able to input the date into text box but page not getting refreshed and also want to loop though the mouse over text and print to excel sheet.


    I have attached the page source code and screen shots as well as some of my workout for your reference.


    Kindly advise.


    Thanks in advance for the help.


    Regards,
    Rahaman.

    Re: Regex submatches (Regular expression)


    Hi SO,


    Below is my final workout which works extremely good without any obstacle.


    Re: Regex submatches (Regular expression)


    Hi kjbox,


    Thanks for the solution/coding, it works fine.


    Hi SO,


    I managed to do with regex submatches and it working fine and cross checked with multiple files as well but i don't know the way i used is right or wrong.


    Will post my workout/coding tomorrow as it already 2.45 Am


    Thank you for all your help and support.


    Have a great day.


    regards,
    Rahaman

    Hi Team,


    Could you please advise how to achieve the below result using regex(Regular expression)
    and spaces may not be constant always.


    Raw data
    Customer Name: Naseer Rahaman CUSTOMER NUMBER: 2010-1234567
    22-DEC-15 RES asfdfsda 84723 15285282 RES CHECK 0 123456 23-DEC-15 5,219.55 0.00 0.00


    Expected Result


    Naseer Rahaman 2010-1234567 22-Dec-15 RES asfdfsda 84723 15285282 RES CHECK 0 123456 23-Dec-15 5,219.55 0.00 0.00


    Please find the attached workbook for your reference and advise.


    Thanks in advance for all your help and support.


    Regards,
    Rahaman






    [TABLE="width: 156"]

    [tr]


    [td][/td]


    [/tr]


    [/TABLE]

    Hi Team,


    Could you please help me to build a regex pattern to validate the amounts by exluding extra comma and dots.


    Eg: sdafasdf $1,000.00…….. Ljlkjlkj $1,000,00,,,,,,,,,……………… asdfasdf $2,000,00,,,...,,,


    from the above line i am trying to pick only the amounts i.e. $1,000.00 $1,000,00 and $2,000,00


    Kindly advise.


    Thanks in advance for the help.


    Regards,
    Rahaman.

    Re: Application-defined or object-defined error


    Hi Jindon,


    I Apologies for my previous post.


    Will use your coding....


    Thank you for all your help and support.


    Regards,
    Rahaman


    Quote from jindon;758623

    That code you are referring to in you first post is useless when you have many rows and the code I posted here is much faster.

    Re: Application-defined or object-defined error


    Hi Jindon,


    Thank you for your quick reply,


    Actually i am trying to avoid the loops and
    for learning purpose please advise is there any problem with my code or is there any limitation for index method.
    because if i update the columns count manually it is working for huge data as well.


    Kindly advise.


    Thank you for all your help and support.


    Regards,
    Rahaman

    Hi Team,


    the below code in the application.index line getting error message as "Run time error 1004: Application-defined or object-defined error" but its working fine upto 1000 rows.


    Original jindon code is in the below link which i am trying to adopt.
    "http://www.ozgrid.com/forum/showthread.php?t=196868&p=756887%23post756887"


    I hereby request your good selves to kindly advise on the issue.


    Thanks in advance for the help.


    Regards,
    Rahaman

    Hi Team,


    Could you please advise how to format the picture/shapes/screen shots in word document using word vba as macro recording not allowing to record the picture formatting.


    For eg: Size Heigt:3
    Width=6
    Rotation=0
    Scale height=100
    Scale width=100
    Lock aspect ratio=deselect/un-check/false
    Relative to Original picture size=deselect/un-check/false
    line color=solid line with black color


    and attached the word template with the screen shot for your reference.


    Kindly advise.


    Thanks in advance for the help.


    Regards,
    Rahaman.

    Hi Team,


    Could you please advise how to print the keys and items directly from child/sub dictionary to worksheet without any loop.


    please find attached herewith the sample file wherein i am trying to comparing two columns using main dictionary and child/sub dictionary.



    Please advise.


    Thanks in advance for all your help and support.


    Regards,
    Rahaman.