tdietrich71
Feb 2 2011, 02:05 AM
I have a subreport "rpt_Items_List_Sub" that is set to can grow, and a table created in Word ("ItemsTable") and pasted into the report overlaying the subreport. I want the height of the table to grow as the subreport grows and be the same height. Grouping the objects together didn't work. I tried looking into using the Height property in VBA but not sure how to code this. Any help would be greatly appreciated!
HiTechCoach
Feb 3 2011, 12:34 AM
I learn a lot from this example:
Print LinesHope this helps ...
tdietrich71
Feb 10 2011, 02:13 AM
HiTech,
This is exactly what I needed - works perfectly! Thanks so much!