Recent content by lambuhere1

  1. L

    Changing font size of textframe in Slidemaster

    Hi I am trying to add a textbox in the slide master having the user input as reference. I want to change the default font size from Timesroman 24 to arial 12. I would appreciate your kind guidance in this. For your reference, I am adding the code I am using to add the text box to my slide...
  2. L

    Inserting charts in PPT

    Hey Thanks for the idea.. i shall give it a shot. Regards Ram P
  3. L

    Inserting charts in PPT

    Hi I am a new bie to VBA. I wanted to write some code in PPT. What I am trying to do is to get the powerpoint open Excel application and open the workbook located in c:\ramp.xls and then copy the chart 1 into the present slide of the Powerpoint. The slide is blank. Whenever I use the following...
  4. L

    Recommendations for PPT VBA

    Hi I am new to the field of VBA. I would love to learn its application in VBA. Can anyone recommend any books on this? Appreciate your kind help. Regards Ram P
  5. L

    looping last column counter XL 97

    Hi Members I have a peculiar problem. I don't know why VBA is behaving like this. I have data in different columns, imported from a text file and during importing I get blank columns. First I count the maximum number of columns and then use this variable to do the removal of blank columns in Do...
  6. L

    Opening PPT thru XL

    Thanks Pearl for your help. Error was in Dim statement. Ram P
  7. L

    Opening PPT thru XL

    Hi Pearl I do have my Object library 8 already set up. Then why doesn't PPT open up thru Excel? Thanks for your help. Ram P
  8. L

    Opening PPT thru XL

    Hi Can we not call PPT from Excel. I am on XL 97 SR2. I wanted to open PPT thru Excel. I tried the following statement, But i get compile error. Dim pptobj As PowerPoint.Application Microsoft Office 8 object library is already present. Can you thinnk why its happening? Thanks for your...
  9. L

    Calling Private Macros N number of times in Public Macros. Xl 97.

    Hi I got the info. Thanks for your time Ram P
  10. L

    List Box selection Multiple in Loop. XL97 SR2

    Hi Xlers I am trying to group isntrument data. I was able to do some coding with your help. But I am stuck up in reselcting the group. I have a list of instrments. I ask the user that How many instrument groupings are there. I use the user input to loop throught the selection process. I have...
  11. L

    Calling Private Macros N number of times in Public Macros. Xl 97.

    Hi I wanted to have some clarifications from you. How can I call Private modules in Public modules. I have many macros. For eg. My Public macro is grouping_list() and my private macro is CommandButton1_click() I want to call the private macro into the public macro and perform a looping...
  12. L

    Giving Buttons Access Characters

    Vow. Thanks a lot for your help. It was tiresome. Sorry to trouble you a lot. Ram P
  13. L

    Giving Buttons Access Characters

    Hi We are talking about the same thing. Now you got it. Ram P
  14. L

    Giving Buttons Access Characters

    Hi I have no other forms that are disabled. This is the only form on hand. Anyway thanks a lot for your time and effort. :-) Ram P
  15. L

    Giving Buttons Access Characters

    Short Reply. No I am not. I am trying to use some VBA. thats all. Ram P
Back
Top Bottom