Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

MS Excel 2003 Question

  • 27-01-2010 3:32pm
    #1
    Registered Users, Registered Users 2 Posts: 512 ✭✭✭


    Hi Folks! I've done a bit of googling and can't find an answer to my problem, so I'm hoping someone out there has an idea!

    I have one master excel file that is looking up and pulling certain data from 4 other excel files and it all works ok. However, I would like to be able to copy the formatting of the source cells across to my master file (conditional formatting doesn't give me enough options to do the job). Is there an easy way to do this or would it have to be done through VB macros or something? I know nothing about VB coding!!! Thanks for any help!


Comments

  • Registered Users, Registered Users 2 Posts: 5,141 ✭✭✭homer911


    Have you tried Format Painter?


  • Registered Users, Registered Users 2 Posts: 512 ✭✭✭MickH503


    homer911 wrote: »
    Have you tried Format Painter?
    Sorry, I should have given more detail ... basically I want the cell colour to be set depending on what the value of the cell is. So, conditional formatting would do this perfectly except that in Excel 2003 I can only set up 3 rules (or 3 colours) and I need 5 I think. The source cells already have the colour set up ok and I would like to be able to auto-populate those colours to my master workbook. That way, if any of the data in the source workbooks is changed, then the data and the color would change in my master workbook. Does that make any sense at all??? Thanks for your reply!

    I'm guessing VBA is the only way to do this, but I have no clue how to go about it!


  • Registered Users, Registered Users 2 Posts: 512 ✭✭✭MickH503


    Is there a way to use IF statements to set up cell fill colours?
    Something like
    IF A1="RED" THEN set A1 fill colour to red ...


  • Registered Users, Registered Users 2 Posts: 5,141 ✭✭✭homer911


    I've had this limitation myself - yes VBA is the only solution in Excel 2003 for this problem

    Why dont you download the Office 2010 beta?


  • Registered Users, Registered Users 2 Posts: 512 ✭✭✭MickH503


    I have Office 2007 at home which would do the job, but unfortunately this is a work project so it has to be compatible with Office 2003. Do you have any links to VBA code that would work and a VBA for dummys guide!!?:D


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 5,141 ✭✭✭homer911


    sorry :( Over to Google


  • Registered Users, Registered Users 2 Posts: 512 ✭✭✭MickH503


    homer911 wrote: »
    sorry :( Over to Google
    Fair enough!! Thanks for the help ;)


Advertisement