npss_quote

  1. D

    Code doing different things on different computers

    I don't know how to write VBA code very well so someone has been helping me with this code. The code is meant to copy the rows from the table in the quoting tool to the table in the costing tool. Here are some specifics Quoting tool Table Name: npss_quote Sheet name: NPSS_quote_sheet Costing...
  2. D

    Problem with code that transposes values

    I have 2 workbooks and both have an excel table. I have a button that is meant to copy data from one table (npss_quote) to the other table (tblCosting) but it is transposing the values. I have 1 row in the first table (npss_quote), which is in the workbook with the code. Above npss_quote is...
  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

    How do I reference a table field from outside of the table

    I have a check box that I want to enter a value in a field in a table if it is clicked. This is the code I have so far but it won't work. What else do I need to do? Select Case chkIncrease_Click() Case Is = True index(npss_quote[10%Increase],1)="1.1" npss_quote is the table name...

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