reload

  1. S

    Annoying Error When Trying to Reload Excel Database

    Cannot Define field more than once and The specification failed to execute. Try re-creating the specification I am simply trying to reload an excel file with the updated one, I've done it before no errors. I even removed the Auto Numbered ID and reran the load, same issue. if not this error...
  2. E

    Saving the Workbook as a temporary file that I can later recall

    Hello, I've become quite frustrated. I've created a very complex dynamic spreadsheet/form (not a vba form) with circular references, data validation/drop downs, conditional formatting based on the dependent circular references, etc. I've been trying to make a clear/reset button for a month...
  3. J

    Spreadsheet data between 2 locations real time?

    Hi, Unsure of the best way to approach this, it has to be with excel in some way. Basically wanting to synchronise data input between 2 locations. I was thinking maybe a MASTER workbook which stores data from WorkbookA and WorkbookB A VBA module to store data in the MASTER then a refresh...
  4. sharky12345

    Refresh Listbox

    I'm using this on a Userform to load a Listbox from a range; With Sheet1 LastRow = .Cells(.Rows.Count, "A").End(xlUp).Row End With With Me.ListBox1 .ColumnCount = 10 .ColumnHeads = True .ColumnWidths = "40;50;110;60;55;60;60;60;0;50" .RowSource = Sheet1.Range("A2:M" & LastRow).Address(, , ...
  5. D

    How to find best option from a range based on weighted values

    Hi all. I think I have a unique question here. I have a range of various values (10 columns) that are based on different weapon stats for a game I play. Sample data below: <colgroup><col span="4"><col><col><col><col><col><col><col><col></colgroup><tbody> Weapon Class Mag Size RPM Reload (1...

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