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

    Chart VBA Program (Not fully working)

    Final One : Some Have legends and some do not my attempt below gives all charts legends 3. Format Legend !!! With ActiveChart .HasLegend = True With .Legend .Position = xlTop .Font.Name = Fnt .Font.Size = FntSzs .Font.Color = RGB(FntR, FntG, FntB) End With End With
  2. ianb

    Chart VBA Program (Not fully working)

    1, Data Tables 2. Data Label Values How do I set these to = 8 With <Data Table> / <Data Label value> .Font.Name = Fnt .Font.Size = FntSzs .Font.Color = RGB(FntR, FntG, FntB) End With Searching the internet and can not find any info. thanks again if any one can assist.
  3. ianb

    Chart VBA Program (Not fully working)

    Thanks Both, It works for me and look alot smoother when it does the 16 work sheets. The only part it does not do is the Data Tables. Do you know how I can do this ?
  4. ianb

    Pivot table - Next Item vba button

    Examples of how to do NOW () and START are listed below. I am unable to do NEXT - e.g JAN-11 to JAN-12 in multi clicks ??? Can any one advise please. thanks. ActiveSheet.PivotTables("PivotTable5").PivotFields("Resolved Month / Year"). _ CurrentPage = Format(Now, "mmm-yy")...
  5. ianb

    Chart VBA Program (Not fully working)

    Many Many Thanks to both - JB and NARAYANK The location of my If and End (With and End With) was in a differnet location) I see it clearly now. Will test with excitement this evening when I am at home...Many Thanks..
  6. ianb

    Pivot table - Next Item vba button

    If any one is interested I have all the coding for the combo,listbox,dropdown boxes for usign a next button. also the programs for selection of now() in a pivot table. Thanks.
  7. ianb

    Pivot table - Next Item vba button

    Hi, If a pivot table has the dates e.g. Jan-12 Feb-12 Mar-12 etc Dec-12 Jan-13 How can I via VBA button click and the pivot table can move to the next item. Multi Clicks would goto next item until the end then back to the start. Have searched and can not find any program on the...
  8. ianb

    Chart VBA Program (Not fully working)

    Hi, I have been going at this for 1 hour and I am a little lost at the moment. Here is my code with the two other parts listed below which I can not add to my program to make the chart resizing work. The title is set to 14. I need the other font size to be set to 8 for all the other text...
  9. ianb

    No Data Upload - Fingers on Buzzers - First Answer 2 Points

    JB, I have enough Programs, Guidance, Data Files, Etc to last me to the end of the dshabord project... has been fun, Highs and lows. thanks for being around.....
  10. ianb

    No Data Upload - Fingers on Buzzers - First Answer 2 Points

    Thanks JB and Shrivallabha. This is the additonal part of the code I needed. I will adapt and test : 'Write Sheet's full path here strPath = "C:MyPathBook1.xlsm" 'Write the macro name including module strMacro = "Sheet1.Macro2" 'Create an Excel instance and set visibility of the...
  11. ianb

    Combo Box

    Will look into it. thanks for program and the guidance. My configuration of Charts, Colours and PIvot tables can have this program listed below. Declare Function sndPlaySound32 Lib "winmm.dll" Alias _ "sndPlaySoundA" (ByVal lpszSoundName As String, _ ByVal uFlags As Long) As Long Const...
  12. ianb

    Combo Box

    Got It. To the Batmobile lets go. Set rngTable = Sheets("Statistics Month").Range("A2:A27") Set rngIndex = Sheets("Dashboard (OPALIS)").Range("F2") Many thanks. Ian. Next week I will be walking of a cliff !!!
  13. ianb

    Combo Box

    Great. To the weekend I head. Think I just need to sleep on it. hope the magic starts tomorrow. !!! many thanks for all your time and energy assist me. ian.
  14. ianb

    Module Runs Two Pivot table Updates ?? Yes/No Possiable

    Will have a look at Thurderbird it sounds interesting...
  15. ianb

    Combo Box

    Work in progress.......Think I need my ZZZZZZ!!! Refreshed mind tomorrow will help.... its been a long day.. thanks for your guidance... have many solution and heading in the right direction.... It shall be the weekend of triumph !!! Regards, Ian.
  16. ianb

    Combo Box

    HI, I will try this. thanks for the guidance.... Final Question if you have a minute. I have move the program into my dashboard and pointed at both. Why does this error. it looks right ? Any other spreadsheet it works fine ? Const ksWS = "Statistics Month" Const ksRngTable =...
  17. ianb

    No Data Upload - Fingers on Buzzers - First Answer 2 Points

    Hi, I have been using excel 2003 and if I want to load the spreasheet that automatically refreshes the data I just click on the file. If I want to bypass the uploading of the data (refresh pivot tables) I just point a vbscript to a module in the spresheet and it bypassed the refresh. Great...
  18. ianb

    Module Runs Two Pivot table Updates ?? Yes/No Possiable

    Any one let me know if you need any programs I have loads in my storage. Still learning. JB and HUI are the best two I have come acorss since being on thsi web site.. they should be classed as Ultimate Excel Ninjas. Many Thanks.
  19. ianb

    Module Runs Two Pivot table Updates ?? Yes/No Possiable

    Yes. I am placing the programs on the web site in the vaults as templetes for other users to have. Also I have a program that monitors multi email accounts and multi folders in excel either if no emails have arrived within a time limit or if an email has arrived. It works on a 6 way timer 10...
  20. ianb

    Combo Box

    I need to run this via a module from a windows schedule each month hence why I placed into a module not at start up. Thanks.
  21. ianb

    Combo Box

    Hi SirJB Can you assist further. I have been updating your program and I am unable to multicombo box updates. are you avalaible to updaet the program with the additonal lines required. Here is how far I am at present. https://www.dropbox.com/s/e76m7eiqrfot4vm/Combo%20Box2%20.xls?m Kind...
  22. ianb

    Combo Box

    Now that is a genius at work. Many thanks. that is perfect for setting all the drop down boxes on opening. more than I expected. I do not even have to run a month end... Thanks.
  23. ianb

    How do I set Chart Titles all to the same font size in VBA

    Thanks for this I need to have aplay aroudn with this one. Initially it does the row and not the column of the charts and also does not do the data boxes so further investigation may be needed on my part.... many thanks. I can work with this. Ian.
  24. ianb

    Module Runs Two Pivot table Updates ?? Yes/No Possiable

    Dashboard Version three is due out soon so I am busy 9to 5 plus evenings also. its great when the ideas work and thank to you and others I am close to the end. Version three is the last version... Just tryig to keep the balance of the pivot tables, refreshing and also the automation
  25. ianb

    Module Runs Two Pivot table Updates ?? Yes/No Possiable

    Hi, Thanks. I started a simple Spreadsheet about 2 years ago. and soon it has developed into a dashboard of 16 front tabs, about 15 hidden, vba menus. counting emails in mailboxes, etc... crazy. yourself and other on this web site have helped me with the automation side.... the computer runs...
Back
Top