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

    run a macro on multiple sheets [SOLVED]

    That's great, thank you
  2. kevinonearth

    run a macro on multiple sheets [SOLVED]

    Hi there, I have a work book containing multiple worksheets, including 52 work sheets for each week of the year. I want to run a macro on about 26 of those worksheets. Is there a quick way of running the macro rather than going in to each work sheet and running it 26 times! How do I isolate...
  3. kevinonearth

    Excel VBA Forms - Assign a date value to a cell

    Hi, I'm creating a database (using excel forms) of contracts that my organisation will assign to different contractors. For example I have proposed start date (of contract) Finish date Total duration Admin costs Staff costs I'm new to VBA, must I set out the ground rules at the very...
  4. kevinonearth

    VBA Add values in a form

    Can I ask you also, if I were to create this form in Access would the code be the same? Are the rules for VBA the same in Excel and Access?
  5. kevinonearth

    VBA Add values in a form

    Ok ok it works now, thank you very much
  6. kevinonearth

    VBA Add values in a form

    Ok, thanks for reply, but what is CDbl ? Would it be possible to put the code in the file and upload it back to dropbox again?
  7. kevinonearth

    VBA Add values in a form

    Sure, it is the Officer Form when a user inputs staff costs and then admin costs I want the admin plus staff costs field to add and fill automatically staff costs: 1000 admin costs: 500 staff plus admin: 1500 (adds and fills automatically)...
  8. kevinonearth

    VBA Add values in a form

    Hi, I'm creating an input form in Excel using VBA one field contains contract_admin_costs another field contains contract_staff_costs I want a third field to add contract_admin_costs and contract_staff_costs and input the answer in a third field as soon as the two other fields are input by...
  9. kevinonearth

    Using VBA to define input

    Hi, I'm a VBA newbie. I'm creating a form which includes % values and currency values How do I insure that the user will only enter numeric values in each of these fields? 1st field must always be a % 2nd field must always be a currency amount Thanks Kevin
  10. kevinonearth

    Forms - changing the enter key behaviour

    Brilliant, that works, thanks
  11. kevinonearth

    Forms - changing the enter key behaviour

    I'm setting up a form in Excel to input information such as name and address A person's name can go on one line but an address may have several lines How can I set up my text box so that when I press the enter key in the text box it moves on to the next line within the box rather than on to...
  12. kevinonearth

    Sharing a macro enabled workbooks

    Hi All, If I've created a macro enabled workbook, what steps must I take to insure that the macros I am creating will be available when I share the workbook on a network drive? Thank you Kevin
  13. kevinonearth

    VBA Unload Me

    Thanks so Me is part of the syntax of VBA?
  14. kevinonearth

    VBA Unload Me

    Hi, I am new to VB and trying to teach myself I have some questions when writing code to cancel a form we use: Private Sub cmdCancel_Click() Unload Me End Sub What does Me mean?? Also in the following code what does Me do? Private Sub cmdOK_Click() If Me.txtFirstName.Value = ""...
  15. kevinonearth

    How to re-name a form created in VBA

    As easy as that, thank you
  16. kevinonearth

    How to re-name a form created in VBA

    Hi All, I'm new to VBA and form design, I'm in the middle of designing a form. By default VBA has named it userform2, but I cannot find how to change the name of this form to something more meaningful, can you assist? Thanks Kevin
  17. kevinonearth

    Checking cell contents

    One hell of a formula, thank you very much works like a dream!
  18. kevinonearth

    Checking cell contents

    Hi Haseeb A what do you mean when you say assuming A1 is the data & B1 to down is occurrences entered ie: 1, 2, 3...15 ??? Thanks Kevin
  19. kevinonearth

    Checking cell contents

    Hi Narayan Thank you but I am unable to view that file, can you share it with dropbox? Kevin
  20. kevinonearth

    Checking cell contents

    Hi lhkittle yes I want the number of times a particular digit occurs in the various cells. Thanks
  21. kevinonearth

    Checking cell contents

    Hi Haseeb I tried your suggestion but it hasn't worked for me would you be able to the sample I shared, modify it and upload it? Thank you
  22. kevinonearth

    Checking cell contents

    thanks for this, but it doesn't seem to work for me, could you upload a file to demonstrate your example?
  23. kevinonearth

    Checking cell contents

    Thanks for the reply Yes splitting the data in to separate columns would be a possibility But the problem with that is you could potentially need to have 14 more columns The original file was filled in by thousands of people and now somebody has to analyse the results The sample file just...
Back
Top