updating

  1. T

    VBA - can I stop screen updating when activating different workbooks?

    I have set Application.ScreenUpdating = False And, it turns off screen updating except for one thing. When i activate a different workbook (with Windows(bo).Activate) the screen changes to that different workbook. Since this is within a loop, it is happening many times. And, this...
  2. E

    Simple Question on Screenupdating

    No biggie here. While some of my macros are running, I have ScreenUpdating=false . I update the progress for the user by changing the Caption on a Command Button and then turn on Updating and then turn it off. It works just fine. I was wondering, however, if there was a way around turning...
  3. S

    Multiple charts from single table

    I have a set of data that tracks tread depth measurements at multiple points for each truck (64 total measurements per truck, per day); I need to create a set of charts which separates out each truck and tracks their regression over time with the horizontal axis being date and vertical...
  4. P

    Combobox (NON-activeX) value not updating from vba

    Hi all, I need both the list and the value of a combobox to update from the macro initiated from another combobox. So imagine I have a Combobox called "Region". And another combobox called "Countries". Both are defaulted to "All" as the selection until an action is taken. If a user selects...
  5. S

    Auto update Form Text box with form editor name

    Hello, I’m not sure if what I want to do is possible but I have a user form (screenshot attached) what I would like to know is if there is a way to automatically update the ‘Agent’ field with the name of the person updating the form?
  6. M

    Database table updating with ##'s

    Greetings, I'm not an access guru. I mostly do queries. A workmate has inherited a work database which mostly contains forms, queries, and tables. One of the tables has ~14000 line records. They have been finding there some records in a table (table linked to form) and their fields have been...
  7. B

    Stop cubevalue formulas updating automatically

    Hi, Aside from going to the ribbon Formulas > Calculations Options and ticking manual is there any other way to disable a cubevalue formula updating unless commanded to update?
  8. R

    Fastest way to update links

    Hello, I have a very large spreadsheet with many tabs with links to different workbooks. The only thing I have to change is the 2017 to 2018 in the links. What would be faster, edit/replace or updating links?
  9. L

    Populate next row with UserForm data

    Hi, everyone! I'm currently doing a VBA application for updating a company's stock. I'm trying to get the data from the UserForm combo boxes and text boxes to go into a spreadsheet but all I have so far is data going to the chosen cells. Everytime I clear the UserForm and add other data, those...
  10. K

    links not updating after idle time on open files

    <!--[if gte mso 9]><xml> <o:OfficeDocumentSettings> <o:AllowPNG/> </o:OfficeDocumentSettings> </xml><![endif]--> I have 2 files where cells from one sheet in file 1 is linked to cells in file 2 worksheet. File 1 is the source and file 2 is the destination file. I have used the copy and...
  11. M

    Website Connection Query

    Hi, This is a long shot. I've set up a connection to a website that pulls historical data into a table in my spreadsheet. I've used the URL below to create the connection/query. My question is is there anyway of automatically updating "end=20180115" so each day when I refresh the spreadsheet...
  12. M

    Large Excel File with formulas goes very slow on updating

    Hey, Merry Christmas. I have large excel file with formulas that goes very slow on updating. Kindly what to do making it goes faster???? Cheers, Mawama
  13. S

    Updating repeated names based on a number

    Hi, I have a daily task of updating the names in a spreadsheet multiple time with a specified number. Example:- As in the given below column A will have names and column B will have numbers. In Column C the name should appear multiple times repeated based on the number updated in column B...
  14. S

    Snapshot updating over network reference

    I have a workbook that I am trying to reference another workbook on the network with a dynamic snapshot. I notice that it will not update unless I open the source document. How would I force the snapshot to update upon opening? I am using snapshot because the sheet has pictures on it that I want...
  15. M

    Access 2013 updating over and over again

    Hi, I have a update query in which I only want to update all records within my main table that is equal to the criteria set in the second table of USD. My problem is that since the CURRENCY field doesn't exist in the main table, the update query loops over and over again. My main table has...
  16. S

    VBA - surely this should not be happening

    Hi I have 2 form controls where i have attached some code to update some charts on my sheet.. For some reason even after turnimg the screen updating off, it hides all my ovjects and charts before updating all the charts so its like you can see that the charts and most objects get hidden whilst...
  17. D

    Graphs not updating - Excel bug?

    So I have a sheet with multiple pie chart graphs on it with a vba code that pulls out of an SQL database. What I am running into and I feel like an actual bug in Microsoft excel. My VBA code changes the color of the pie charts based on a few different variables and the code is set to cycle every...
  18. P

    Tweaking of an sum"If" fomula to an "IF AND" and also refer specific cell values

    I would like to refer to a value in column A for each row. For example, when the value in A2 = the value in column J and the values are greater than V2 (8/29/17) and less than X2 (9/13/17), then sum column P. The formula works, but it's a lot of copying and updating formulas as I need to...
  19. J

    Automatic Updating Between Workbooks

    I want to provide for automatic updating of values between two independent workbooks. Workbook A contains several price quotes. I’ve copied those quotes, using Paste Special/Paste Link into Workbook B. However, when I change the values in Workbook A, the new values are not automatically...
  20. Sharid

    Update Spreadsheet Data with userform

    I have as spreadsheet that shows its data in a userform listbox, when the data is selected from the listbox and the edit button is clicked it opens up a second userform CustEditForm and populates the texboxes. This bit is fine This is the code that does this Private Sub CommandButton2_Click()...

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