Stumbleupon Facebook Twitter Digg Google Delicious Linkedin
TechNews

Sort Articles


VBA to sort columns

VBA to sort columns

Office

Question:I have a name column and a column next to that with time, example (0 h: 51 m: 31 s). There may be up to 10 columns, the names of 10 with 10 times.Ranges are:Column name C4: C13Time column D4: D13I would like a code to sort them to lower both the times higher in the following ranges:Column name C21: C30Time column D21: D30Thank youAnswer:HelloTry thisSub sort_Time()Dim C As RangeRange ("C4...Read More

Posted: 18 Apr 2012

Tags: VBA to sort columns VBA sort columns


Third-party tools for sorting of the pages in OneNote

Third-party tools for sorting of the pages in OneNote

Office

Question:HelloAfter you start using OneNote 2010, I was wondering how sort stuff that I catch...It is a shame for MS does step to making available this basic function. On the other hand, I could find two tools third party support to give to this question (thank you developers!).1. The utility type OneNote 2010http://answers.Microsoft.com/en-us/Office/Forum/office_2010-OneNote/utility-to-sort-OneNote...Read More

Posted: 16 Mar 2012

Tags: Thirdparty tools for sorting of the pages in OneNote Thirdparty tools for sorting the pages OneNote


Access 2007 Report Sorting

Access 2007 Report Sorting

Office

Question:Hello everybody,Answer:PhilA way to deceive the report sort numerical rather than alphabetical order is to convert space provider in a Long data type in the query using the CLng() function.Open the query of th ereport in design mode. This in line with name for the field of the area of the seller:VendSpc: CLng ([YourVendorSpaceFieldName])This is known as an alias. Make sure you change the...Read More

Posted: 24 Feb 2012

Tags: Access 2007 Report Sorting Access 2007 Report Sorting


Sorting of text in the worksheet does not work correctly

Sorting of text in the worksheet does not work correctly

Office

Question:Dear all,I would like to sort the text "ZAGFMP", the result: "AFGMPZ".Thank you and respectfully,.AndriAnswer:Here is a UDF method (function defined by the user). Not some detailed instructions of your expertise so here are.ALT/F11 to open the VBA EditorSelect the Insert menu - > ModuleCopy the code below in the white area of the VBA Editor.Close the VBA Editor. (Cross with high red background...Read More

Posted: 29 Jan 2012

Tags: Sorting of text in the worksheet does not work correctly Sorting text the worksheet does not work correctly


Addition of calculated totals that group / sort the values in a report footer.

Addition of calculated totals that group / sort the values in a report footer.

Office

Question:I created a report which we use as a work order to produce products. I have included in the report footer calculated control which list the sum of the different elements necessary for the Assembly of products.A component varies depending on the size and color. I want that the total shown in the footer of this component together accordingly.I have 4 different colors and 6 different sizes of...Read More

Posted: 22 Jan 2012

Tags: Addition of calculated totals that group sort the values in a report footer Addition calculated totals that group sort the values report footer