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 wOOdy-Soft 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: DataHugger
  • Content: Threads
  • Order by date
  1. DataHugger

    In over my head.

    Okay, I finally think I have hit a wall. I don't know how to talk to my manager. He doesn listen to me at all and the leader of the team gives into all his (sometimes unreasonable) demands. I can't keep up. In my opinion the job has gone beyond it's original scope and I am failing to keep up...
  2. DataHugger

    Database Havoc

    I have been working for a small company for a year now. The team we have is great. However, the databases we are using are starting to get out of hand. They have been crazy since the begining of the company because everyone on the data crew was fresh out of college. It has gotten tot he point...
  3. DataHugger

    How do I stop being overwhelmed?

    I have only been really working in the field for about 7 months. My offical title is Database Programmer. How do I keep myself from feeling overwhelmed? I am on a technology team with two other people. We have really limited resources and we are developing several products that need a lot...
  4. DataHugger

    Problem with PasteAndFormat

    Greetings, I am attempting to automate the pasting of excel charts from excel into a word document. This is the part of the code that is giving me the problems: 'Copy the data from Thisworkbook Chart.Copy 'Paste into Word appWrd.Selection.Goto...
  5. DataHugger

    Manipulating Excel Object

    I am using copying a chart over to word using vba. I encounter several problem having the language do what I want. First I just tried to copy the chart directly from excel to word. However, this bring the entire excel document with it causing an extremely bloated file and cause my computer...
  6. DataHugger

    Information on a Handhel Scanner

    I need to create a return trackig system so that we can manage mail that is returned to us. Our solution so far is to put a "tracking" number on each piece of mail that we send out so that if it is returned to us we can load the record from the database for an update instead of typing in the...
  7. DataHugger

    selecting differnt results from the same table.

    Greetings, I have am using mysql. I wish to select from a table x number of result that match the same criteria then continue select that same x number that match the same criteria but differnt from the first criteria. example table. x = 2 medicine type asprin I tylenol I advil II...
  8. DataHugger

    Regarding Salary Increase

    I joined this company in May and my boss said he would evaluate me in 60 days for a salary increase. Now I am not complaining and I think I am being paid a decent amount for being hired right out of college. However, I have some hesitation about asking for the evaluation. There are two reason...
  9. DataHugger

    Excell VBA value axis(y) scale manipulation

    I wish to limit the number of values that appear on the side of the scale to three. I have seen many differnt ways to alter the value of a scale using VBA but I have found no way to limit the number of values that display. Problem Description: I have create a function that dynamically creates...
  10. DataHugger

    ASP Doesn't work when transfered.

    A photo gallery stoped working when I copied from one ftp server to another ftp server. Does this happen? How do I fix. I am really running into this problem because this page was re-developed in front page. I have no clue what it was originally developed in and the person who re-developed...
  11. DataHugger

    Linking Chart to table in a Word Document

    I wish to create a template. This template with have charts linked to an excel table. I know I can create excel charts and excel table directly in word. Can I link the Chart that is in the document to the table that is in the document. I wish to do it this way so I can copy the data from a...
  12. DataHugger

    Everything thing is an emergency!

    My boss keeps butting my projects with other projects deemed an emergency. Then after I worked on this emergency project and it is nearing completion. He asks me about a project that has been on hold since his "emergency" started. This annoys me to no end. Am I going to slow? I mean I know...
  13. DataHugger

    Where expression confusion.

    I have a query that I thought I wrote right, but since it isn't working correctly I must be wrong in my syntax, but I don't even know where to look to correct my SQL grammar. So if any one could drop a quick line to answer this very green question it would be helpful or even if you think that I...
  14. DataHugger

    Suggestion wanted on automation of a word document

    I have just been informed that there are going to be several large reports due out by my company in about 4 weeks. These books consist mostly of tables and graphs. This is a large volume of information and each table and each graph will have the same position on each page for n page. I...
  15. DataHugger

    Charts and Word

    I am using VBA to paste charts to word. Natually this charts paste on top of each other. I have been trying all day to figure out the syntax to move them around. Does anyone know how to move the chart objects once I get them into the word application?
  16. DataHugger

    Collection manipulation VBA

    WordObj(1).Paragraphs(FinDoc.Paragraphs.Count).Range.Select.AutoFitBehavior (wdAutoFitContent) This is my line of code. I select the first word document in my open application and then I seledt the nth paragraph object. I think attempt to select the range with should also be a table and then...

Part and Inventory Search

Back
Top