• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Recent content by Deepak

  1. Deepak

    Extract only text

    Awesome bosco. This SEQUENCE looks interesting, Well, I am not working with excel these days so less known to new functions.
  2. Deepak

    Extract only text

    Hi, I think you should to look at (7) Numeric data find out through excel | Chandoo.org Excel Forums - Become Awesome in Excel This is for extracting number and solutions are great. Very interesting solutions by Sajan, Lori, Narayan....
  3. Deepak

    Vlookup help for stock data with uneven date ranges

    Let's see if this workes, Put in B4 and drag right/down, It's dynamic so you have to update the row 3 correctly. If u have latest xl then that also can be by formula only. =IFERROR(INDEX(Sheet1!$A:$T,MATCH($A4,INDEX(Sheet1!$A:$T,,MATCH(B$3,Sheet1!$4:$4,0)-1),0),MATCH(B$3,Sheet1!$4:$4,0)),"")
  4. Deepak

    (excel range to new mail) Loop and read range and copy those ranges into new email

    Try with adding files as hidden attachment too.
  5. Deepak

    How to create/generate a licence code for my excel file.

    This can be , Hope any one will take care of that of not I will glad to help if get free hand for that.
  6. Deepak

    VBA to collect multiple users data seperate.

    Hey, I am not much looking bro excel since a long and into web development. Making two sheets will be a good idea. Pls try with ref thread and let me know if still issue, I will try.
  7. Deepak

    Vba Code to Export outlook emails of current date for a folder to excel

    Hey! I am not working on VBA as of now, Kindly start a new thread.
  8. Deepak

    Interesting/Useful _VBA/Excel links over the internet

    New talk of the spreadsheet lovers and vlookup bluffers... Here's XLOOKUP https://techcommunity.microsoft.com/t5/Excel-Blog/Announcing-XLOOKUP/ba-p/811376
  9. Deepak

    How to create/generate a licence code for my excel file.

    Hey! VBA easily possible in XL 2007 while opening password is good stuff but still not power proof for who wish to crack it.
  10. Deepak

    Interesting/Useful _VBA/Excel links over the internet

    Mr faster : Advance Filter
  11. Deepak

    Hey, Share me the link, if will help if i can

    Hey, Share me the link, if will help if i can
  12. Deepak

    Batch download hyperlinks from amazon website

    I am afraid that we can login to amazon without the credentials. This doesn't seems possible with VBA itself.
  13. Deepak

    Excel VBA Website Login

    No idea and it will not that easy as well due to both are two different vendors. You must happy with IE when dealing with VBA and web automation.
  14. Deepak

    Excel VBA Website Login

    Hi, Pls check. Option Explicit #If VBA7 Then Public Declare PtrSafe Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As LongPtr) 'For 64 Bit Systems #Else Public Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long) 'For 32 Bit Systems #End If Sub GSTLogin() Dim url As...
  15. Deepak

    Excel VBA Website Login

    May i reason for the GST website login from VBA, There are plenty of software which offers filling directly from the software via API call and scrapping the said website is illegal as well. There's also captcha, so you can't login in the same way.
Back
Top