coding help needed

  1. T

    VBA generates word docs, request to amend code to include description of deadlines/tasks due

    My VBA macro runs reports from Excel to generate a Word doc with upcoming deadlines/due dates. However, I can't figure out how to include a description of the upcoming deadlines/due dates when I run macros. Here are the columns that I need help with: COLUMN A = MATTER NAME COLUMN K = TASK...
  2. I

    Copying rows from one sheet to 2 other sheets

    Hi! Looking for some help with macros. I've never used them before. Basically, I need a list of employees (Index Worksheet) to be split on two separate worksheets (IndexDriver worksheet, IndexLaborer worksheet). I have the code to complete this task, but I need it to not duplicate these rows...
  3. G

    Using VBA to scrape website betting odd data

    Hi, I would love for some help in writing some VBA code such that it will scrape data from a given URL for betting sites, and will return the specific betting odd values as required within a sheet. I then want it so that these values can always be refreshed as required. For example: Using...
  4. C

    Copy range of data from multiple worksheets based on numerical criteria

    I have been playing with this code for a few days now. :mad: I have a spreadsheet that has about 10 tabs. Only 4 of the tabs I need to use for this code. I created a master sheet called "Quickbooks" to make uploading materials into QB easier for the team and save hours a week for the...
  5. J

    Coding help,

    Hey guys, coding a basic ai for a game, and the enemy always moves down and left, instead of what I tell it to do. Thanks! Sub moveStart() '2 right, 3 down, left to 10 If turn = 0 Then Range("monster.l1").Value = Range("monster.l1").Value + 1 turn = 1 MsgBox turn GoTo Ender...
  6. B

    Condensing several similar macros to 1 (if possible)

    I have 8 macro buttons that simply change the value of one cell - [D13] to States ("NSW","QLD" ...) When this happens (ignoring the other functions) the button text turns white (from Black) all relevant code: '------------------------------------------------------------------' 'Sub...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top