View Single Post
 
Old 01-29-2012, 05:55 PM
macropod's Avatar
macropod macropod is offline Windows 7 64bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 21,963
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

Hi Marrick,

In the last update, the only routine that was changed was CmdCopyStyle_Click.

Over the past three posts, though, I've changed bits & pieces in most routines except for the routines relating to the form re-sizing. Some of the changes were as trivial as editing the code indenting and/or deleting unused variables (simply to make it easier to follow what the code was doing - the unused variable and sometimes odd indenting made it harder); others, such as replacing your various SortList1 routines with the SortList(LBox As String) routine and shifting the file limit control code from the CmdCopyStyle_Click routine to the CmdTarget_Click routine were more substantial. I even simplified the UserForm_Initialize and ResetForm routines to eliminate code duplication.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote