tblcosting

  1. D

    Adding a name to a list if it doesn't exist

    I have a spreadsheet that is used to generate quotes for clients. The worksheet (npss_quote_sheet) is used to generate 1 quote for one client at a time. There is a table (npss_quote) that lists the services in the quote for the one client. Once all services have been entered, the quote is...
  2. D

    sorting by date

    I have a procedure to transfer some data from a table in one workbook to a table in another workbook. I want to be able to sort everything in the destination table by date in ascending order after the transfer but I am not sure of the vba code. The date is in column A of both workbooks The...
  3. D

    Transferring between workbooks

    I have a complex spreadsheet that is used to generate a quote. The quote has information at the top: Caseworker, Organisation and Child/YP in 3 different cells. There is then a table under that called npss_quote. The table has rows relating to the information at the top. The quotes then...
  4. D

    What is wrong with this code

    I need some help. I am still learning to code and I don't yet fully understand vba. I have the following code and it is keeps giving me errors: Sub cmdCopyr() Application.ScreenUpdating = False 'declare variables Dim TableLastRow As Long Dim LastRow As Long Dim TableNumberRows As Long Dim...
  5. D

    Next without For

    I have some code that when I try and run it, I get an error message saying next without for and it has the next highlighted. What am I missing? Sub cmdCopyr() Application.ScreenUpdating = False 'declare variables Dim TableLastRow As Long Dim LastRow As Long Dim TableNumberRows As Long Dim...

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