ssrirao
12-22-2006, 08:13 AM
I have a report output, which is in excel, The worksheet looks like this
A |B |C |......till L
--------------------------------------
1 HEADING | |
--------------------------------------
2 SUBHEADING | |
--------------------------------------
3 DATA1 | |
--------------------------------------
4 DATA2 | |
--------------------------------------
5 DATA3 | |
--------------------------------------
6 DATA4 | |
--------------------------------------
7 DATA5 | |
--------------------------------------
8 DATA6 | |
--------------------------------------
.
.
.
60 DATA60 | |
-------------------------------
I also have a button on this excel worksheet....
When i click on the button and a power point presentation of the worksheet should open. I have writen VBE code on this button.
The problem i am facing is: The cells gets pasted outside the work area of powerpoint slide.
Please solve if you have faced this kind of problem...
A |B |C |......till L
--------------------------------------
1 HEADING | |
--------------------------------------
2 SUBHEADING | |
--------------------------------------
3 DATA1 | |
--------------------------------------
4 DATA2 | |
--------------------------------------
5 DATA3 | |
--------------------------------------
6 DATA4 | |
--------------------------------------
7 DATA5 | |
--------------------------------------
8 DATA6 | |
--------------------------------------
.
.
.
60 DATA60 | |
-------------------------------
I also have a button on this excel worksheet....
When i click on the button and a power point presentation of the worksheet should open. I have writen VBE code on this button.
The problem i am facing is: The cells gets pasted outside the work area of powerpoint slide.
Please solve if you have faced this kind of problem...