• 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.

Search results

  1. sreekhosh

    Macro for format the Picture size in a word.

    Hi Deepak, Its works fine for me. thanks a ton Sreekhosh.AP
  2. sreekhosh

    Macro for format the Picture size in a word.

    Hi, How to format the Height and width of the chart. (chart is pasting from excel to word). Sub ChartsToWord() Dim WDApp As Word.Application Dim WDDoc As Word.Document Dim iCht As Integer Dim Msg As String Set WDApp = CreateObject("Word.Application") Set WDDoc = WDApp.Documents.Add...
  3. sreekhosh

    How to Email a Range which contains a chart using VBA?

    Great Thanks a ton. :)
  4. sreekhosh

    How to Email a Range which contains a chart using VBA?

    Dear Deepak, I have asked this doubt one year before. I am very glad to see your reply after one year, however the link you provided is not satisfying my query. I need to add a Range and a chart to email body for sending (not as attachment). But its not possible for me and I add the range...
  5. sreekhosh

    How to Vlookup with partial Match?

    Fuzzy Lookup is working fine for me. Thanks a ton for the wonderful information. Sreekhosh
  6. sreekhosh

    How to Vlookup with partial Match?

    Guys thanks for your reply, @Somendra: Great formula, but still not working in all cases Eg: Row No (3),(7). @Deepak: Will install it and check. thanks Sreekhosh
  7. sreekhosh

    How to Vlookup with partial Match?

    Hi, Please see the below table and advise how to do the vlookup if the values are partially matching. Regards Sreekhosh
  8. sreekhosh

    How to click the OK button Using VBA?

    Hi Hui, Thanks for the reply. My actual issue is this. http://www.accessforums.net/programming/error-attempting-export-data-ie9-26092.html But i couldnt solve it Regards Sreekhosh
  9. sreekhosh

    How to click the OK button Using VBA?

    Hi All, I am trying to export and excel report from a website. Website is opening with the report but i am receiving a run-time error '2147467259 (80004005)': Method Document of object 'IWebBrower2' failed. I am using Internet Explorer 9 Here is my code. Dim ipf, ie As Object Dim path...
  10. sreekhosh

    How to sort values after subtotal?

    Hi BD, thank you so much. it helps lot Regards Sreekhosh
  11. sreekhosh

    How to sort values after subtotal?

    Hi, When i am trying to sort the subtotaled data, excel prompts me to remove the subtotaling. Is there any way to sort the data after subtotaling. I am looking for macro to do the same. In my data i need to sort the revenue in descending order. That means high revenue earning Parent company...
  12. sreekhosh

    How to select Multiple columns in a table using Macro

    Hi SirJB7, Thank you for the effort. but i got Runtime Error '1004' Method range of object Global failed. Regards Sreekhosh.
  13. sreekhosh

    How to select Multiple columns in a table using Macro

    Thanks Kanti, I also tried the same. But is there any way to do the same with out repeating table name (ie: "Table1"). Thanks Sreekhosh
  14. sreekhosh

    How to select Multiple columns in a table using Macro

    Hi, I have a table containing more than 10 Headers. How to select and copy multiple headers at a time using macro. I need to copy below Headers from my table. Account Name, Cleint Name, Eng Number, Revenue. I am using below code for selecting single column header, Range("Table1[Account...
  15. sreekhosh

    Which is best chart for showing Percentages?

    Thank you Hui...I think if we are arranging our data in Descending order, Column Chart is More Conveyable. Regards Sreekhosh
  16. sreekhosh

    Which is best chart for showing Percentages?

    Thanks Oldchippy, But Jon Peltier's suggestion is not allowing me to go with Pie. Regards Sreekhosh
  17. sreekhosh

    Which is best chart for showing Percentages?

    Hi, My data consisting of 4 country's revenue. Which chart is best for showing contribution of each country?. India - 40% China - 31% Nepal - 19% Japan - 10% Regards Sreekhosh
  18. sreekhosh

    How to Turn Off “File Now Available for Editing [SOLVED]

    Hey thank you Anupam. Set wb = Workbooks.Open("c:b - programmeringtempaha.xls", notify:=False) is working fine, Regards Sree
  19. sreekhosh

    How to Turn Off “File Now Available for Editing [SOLVED]

    Hi, As per the below Macro if the file (CustomersData.xlsb) is readonly (it may using by another person) it will close and display the MsgBox says "try after sometime". But if it is closed by the person who accesed earler, I will get an alert "File is Now available for editing" Readwrite or...
  20. sreekhosh

    Congratulations SirJB7 4,000 Posts

    Hi SirJB7, Hearty congratulations..... And I wish all the very best for your next Milestone...... Sreekhosh
  21. sreekhosh

    what is the shortcut key to move the cursor to the first cell of the next row.

    Hi Saurabh, I think there is no dedicated shortcut key for it. Either you can Press and Hold Ctrl+Left Arrow then you will reach @ A19 and press down arrow or Press Ctrl+G and enter the Cell referance which you want to go. Regards Sreekhosh
  22. sreekhosh

    How to create TWO comparative measures in Bullet chart ?

    Hi, How can we add two comparative measures in Bullet chart. I am using Bar charts as bullet chart instead of conditional formatting. I Need to compare Year To Date Sales with Target and Previous Year to Date Sales. Regards Sreekhosh
  23. sreekhosh

    Can multiple users access, enter and save data into a spreadsheet?

    Hi BigBear, I did something like this before. Can you please give brief idea about the sheets contents (individual update sheet and boss sheet). Regards Sreekhosh.
  24. sreekhosh

    Picture link is not working Properly for dynamic Charts

    Hi SirJB7, Sorry for cross posting. Going forward i will adhere all the Posting rules and etiquette. Regards. Sreekhosh
  25. sreekhosh

    Picture link is not working Properly for dynamic Charts

    Hi, I have a report with two dynamic charts. I used PICTURE link to view both. But whenever I reopen the report these charts are not updating properly. One is gauge chart and another one is Bullet chart, for the bullet chart bullets are not moving and for gauge chart needle is not moving. But...
Back
Top