Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: icu222much
  • Content: Threads
  • Order by date
  1. icu222much

    XML / XSD Validation Issue

    I've created a XML + Schema and am trying to validate it but I keep on receiving errors that I do not understand. I believe I have done what w3schools has done, but for some reason it is not valid. XML <collection xmlns="http://www.w3schools.com"...
  2. icu222much

    Change Background Colour

    I am wondering how I would change the background colour of a document. The following is my approach, but it does not seem to work: function changeBgColour() { document.write("<body bgcolor=#00FF00>"); } I found out that the proper way is: function changeBgColour() { document.bgColor =...
  3. icu222much

    Change Table Properties (PowerPoint)

    I am looking for a way to change the margin, font size, and the border width of the table once I have created the table. At the moment, I have code tha goes through each cell and changes these properties. However, once I start having over 50+ cells per table, it starts to take PowerPoint a...
  4. icu222much

    Reposition Table (PowerPoint)

    I have created a table in VBA and I was wondering how I am able to reposition it once I have created it? I am unable to properly position the table when I create it because of the requirements of my project.
  5. icu222much

    Drop-Down List - Get The Arrow Always Show (Excel)

    I have created a drop down list in excel and I am wondering how I can always get the arrow to show - even when it is not the active cell?
  6. icu222much

    Conditional Lock-Out Cell (Excel)

    I have a table where the user needs to fill in a group of fields via drop-down menus. If the user selects 'Yes' in certain menus, they will need to fill in additional information in the adjacent cell. To prevent confusion as to when they need to fill in the adjacent cells, I wanted to...
  7. icu222much

    Powerpoint - Change Date Format

    I have a date in a specific format, and I would like to change it to another format. For example, I have the date "15/3/2010" and I would like to convert it to "March 15, 2010". I have tried using "myDate = Format(Date, "mmmm d, yyyy")", but it seems to only return the current date in specified...
  8. icu222much

    Convert Powerpoint Code To Excel

    I have a file where it extracts data from an Excel file, and formats it to create a PowerPoint Presentation. I have coding in my Excel file that deals with extracting the necessary data, and coding in the PowerPoint file that deals with formatting the data. The problem is that now I am suppose...
  9. icu222much

    Resize-to-fit Table Columns

    I have a table in PowerPoint with several rows and columns of data. I would like to resize selected columns so the width of the column does not exceed the width of the longest data - in otherwords make the column width the perfect fit. I am wondering how I would go abouts in doing this? Below...
  10. icu222much

    (PP) Resize Table Column

    I have a table in PowerPoint with several rows and columns of data. I would like to resize selected columns so the width of the column does not exceed the width of the longest data - in otherwords make the column width the perfect fit. I am wondering how I would go abouts in doing this? Below...
  11. icu222much

    VBA PowerPoint - Creating &amp; Naming Table

    I am wondering how I am able to give my table a name after/while I am creating a table? I have an existing powerpoint slide with several objects (mainly textboxes and simple shapes) in it. I would like to create a table with VBA, add an undetermined number of rows, and populate the table with...
  12. icu222much

    Insert Vector Image

    I have created a vector image in Illustrator and I would like to insert it into my word document. I am wondering if I can do this?
  13. icu222much

    Image Panning

    I am wondering how I would have a series of images pan across the browser from right to left? For example, I have several different images of clouds and I would like them to do a simple linear pan from right to left. Every ten seconds, a new cloud would begin panning. How would I do this in...
  14. icu222much

    Importing Video

    Hello I am wondering how do I import a video into Flash so that I can see all the keyframes instead of just one keyframe. I remember that in Flash 5, when I import the movie, a timeline would appear showing all the keyframes. Now, when I am using Flash 8, it would only show one keyframe...

Part and Inventory Search

Back
Top