Re: $$Excel-Macros$$ hi

2009-11-15 Thread Y AlterS
Your being troubled by "array functions". those curly brackets cannot be entered manually. On Fri, Nov 13, 2009 at 3:45 AM, Shraddha Shah wrote: > Hi, > > > > We are using the attached file to prepare certain reports for the bank. > > > > We need to actually bucket the all the deposits as per th

Re: $$Excel-Macros$$ procdure to limit the printing to fix number of times

2009-11-15 Thread Y AlterS
how about a custom doc property, something like "times printed"? is there an event at print to update such a property, and set it to the next count? then maybe we can use that event to not allow printing when this custom prop. reaches your limit. On Thu, Nov 12, 2009 at 1:05 PM, Hemant Hegde wrot