I have a table in EXCEL 2010 that has conditional formating to color cells in 12 different columns with 16 different colors - is there a way to say :: SORT TABLE by ANY(or all) COLORED CELLS
Willie
In older versions of Microsoft Office (Excel) when CREATE MACRO was used in the notes section of the Macro it would write the name the Macro was given and the date it was created on. In 2010 it only lists the name of the Macro. Is there a way to have the created on date appear when using CREATE...
I have an excel document that takes a long time to print. The solution is to open the document in page break view, print the document, and return to normal view. I do this usually with a Macro and the Macro works but the Macro placed in the ThisWorkbook section does not???
Private Sub...
I have an excel document that takes a long time to print. The solution is to open the document in page break view, print the document, and return to normal view. I do this usually with a Macro and the Macro works but this in the ThisWorkbook section does not???
Private Sub...
Thanks Skip - I don't know why but placing the formula in the same book with the named ranges and then pasting it into the other book made it work.
Willie
I have two Excel spreadsheets I've used for years. A worksheet in one has three named ranges that represent the ITEM you wish to reference, the FIELDS, and the TABLE the information is in. In another spreadsheet I have formulas that use these names to return information ---...
Thanx Skip- all of that is true- we're networked, records are added daily so it get's larger each day, but I solved my own problem. I got on a MS site before I started this and found a write up on pauses while scrolling and one solution was to unset the page breaks. I played around and found...
I have a spreadsheet I've used for years. It has a ton of VBA code behind button clicks. It references a lot of books both inside the document in other worksheets and in another spreadsheet. It has a form that prints with a page break. I have a button for saving the record and printing the...
Actually you've responded to a previous post of mine on this same form. I need the form to either open to the Last record in MoldHistory or a new record if a date is present on a mainform in the Rework field. After going round and round with this it seems not to be going to the Last Record, it's...
I have a table with 2 records in it one NUMBERED 371 and one numbered 408 (the last record). I put a go to the last record button on the form and I also have code in the On Open event --- DoCmd.GoToRecord , , acLast ---, it will only open to 371 ??????
Willie
I have a main form called MoldList and a sub form named MoldHistory. On the mainform is a field named Rework. If this field has a date, the mold is out of service. The subform is a form that lists the work to be done on the mold. If the Rework field of the subform is Null I need the subform to...
In the following code I get an error message that reads Compile Error Wrong number of arguments or invalid property assignment, do you know why? It is set to a button click in a sub form to update a linked mainform record.
DoCmd.RunSQL "UPDATE MoldList SET Rework =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.