Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Ludo,
Basically speaking, Addins are apps designed for automating specific tasks. They often make use of other 'app' workbooks as 'helper templates', obviating any need to compromise the addin's 'IsAddin' setting! If you don't want the extra burden of distributing multiple files with your project then use a temp workbook 'on-the-fly' and programmatically create your template for each use. Essentially what you need to do is configure the printer programmatically before each print job is sent. While this is not readily possible with VBA's built-in features, it is doable using APIs and standard VB. I don't have any experience with this but you could get help from either of the groups listed in my signature. If your printouts use a template then you can store this in a separate 'helper' workbook that you open 'behind-the-scenes' with ScreenUpdating turned off. -- Garry Free usenet access at http://www.eternal-september.org ClassicVB Users Regroup! comp.lang.basic.visual.misc microsoft.public.vb.general.discussion |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Are Hidden Rows/ Columns Included in a Sort? | Excel Discussion (Misc queries) | |||
Page Breaks and hidden columns | Excel Discussion (Misc queries) | |||
how can i fix a spreadsheet that didn't sort hidden columns? | Excel Discussion (Misc queries) | |||
Sort Pivot Table using hidden data field | Excel Discussion (Misc queries) | |||
Sort a Range in a Hidden sheet | Excel Programming |