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 Wanet Telecoms Ltd 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: *

  1. HiAspire

    WSS Personalization

    We are looking specifically at the XML Web Part for user-generated bookmarked shortcuts to their own sharepoint destinations. I know a dynamic XML file can be generated in various programming languages -- querying a separate database for specific links stored in a small table for each user and...
  2. HiAspire

    WSS Personalization

    I have read that MOSS 2007 allows more personalization of SharePoint to creating my sites, my links, as well as audience targetting, but if anything can be done with WSS 3.0 in terms of adding some minor personalization to the homepage to boost usage within a company. Can we pull in a web part...
  3. HiAspire

    Combo Box Selections

    Hopefully this is something simple but has been giving me fits this morning. We have a combo box on a form that pre-populates all the values based on the selection you make (pulled from a seperate database of options like address, phone #, etc.). Everything has been working fine with it until...
  4. HiAspire

    Command Button Custom Query?

    This maybe quite simple, I'm not sure. Don't do a ton of Access programming and have done something similar with a report before but couldn't locate that old code. This example isn't quite the situation but describes a similar sceanrio I'm trying to achieve. Say I have a query in Access that...
  5. HiAspire

    Clipboard - DataObject type not defined

    I noticed that was the one I was missing too from our lists, but didn't even see it in my list in References to add. Glad you posted where it was located. Mine was in C:/Windows/System32/FM20.DLL When I browsed and added it into my References, it worked! Thanks!!
  6. HiAspire

    Clipboard - DataObject type not defined

    I get the exact same error in Excel 2000 on my PC. All I have turned on in Excel under References is Visual Basic for Applications, MS Excel 9.0 Object Library, OLE automation, and MS Office 9.0 Object Library. I'm not sure what the deal is or why this seemingly simple task has become so...
  7. HiAspire

    Clipboard - DataObject type not defined

    Can you get it to work for you in Word, though? That's where I need to be doing this. I don't really know my way around the References area too well or what everything in there means specifically. Usually only go in there when sample codes instruct certain things be turned on. When that...
  8. HiAspire

    Clipboard - DataObject type not defined

    I'm trying to do something pretty simple but am getting an error. I just want to turn the contents of the clipboard into a string variable that I can use in my Word macro application. I found this sample code below in a few places but when I run it, I get an error: "Compile error...
  9. HiAspire

    Dynamic Table Cell References

    Actually this is a macro for Word, not Excel. I guess I didn't make that clear. It's a Word table instead of a worksheet. As I have it working now, clicking on an item (macrobutton) prints out the item description and some other text depending upon the item and the price (within a Word...
  10. HiAspire

    Dynamic Table Cell References

    I have written a few macros in Office 2000 but I've gotten stuck on a macro I'm using to generate invoices. I need it to do some basic mathmatics for me from a dynamic table that can be various rows long depending on user clicks. Easy enough with an established set table referencing known...

Part and Inventory Search

Back
Top