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 strongm 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. canary

    Excel 2003 Cells Returning #VALUE from linked files

    Just simple SUMIF functions. Worked ok in XP but not 2003. Just funny that if we save the sheets in Excel 2003 and change the Calculation option to Manual the #VALUE become the correct numbers.
  2. canary

    Excel 2003 Cells Returning #VALUE from linked files

    Ken, Thanks for the reply. All the link files are valid files and plus we do need to update them upon opening. Just don't get it that the files worked fine in OfficeXP and now in Office 2003 just don't seem to work. Thanks!!!
  3. canary

    Excel 2003 Cells Returning #VALUE from linked files

    Hi macropod, Simple ones just SUMIF. But if these are run on OfficeXP just the same they work, just after in 2003 just return #VALUE. Oh, as mentioned if I open those link source spreadsheets and just hit save they master file works. But surely this cannot be the final solution...
  4. canary

    Excel 2003 Cells Returning #VALUE from linked files

    Hi, Macropod! Thanks for the reply. I wish it were that simple. I have been sratching my head about this one and just cannot understand why it is doing this. Any more thoughts or ideas? Cheers!!
  5. canary

    Excel 2003 Cells Returning #VALUE from linked files

    Hi, I recently migrated from OfficeXP to Office2003 and upon openening my spreadsheets in Excel2003 those files with linked references to other spreadsheets only display in the cells #VALUE. However, if I goto those linked spreadsheets and open and save them then the #VALUE vanishes and the...
  6. canary

    Cannot Empty the Clipboard - Excel 2003

    Hi, We run a macrotised spreadsheet that ran perfect in OfficeXP-Excel. We are performing some testing on Office2003-Excel and after the macros have run, when we try to paste in Excel we keep getting the message "Cannot Empty the Clipboard" Anyone have any ideas/solutions? Thanks!!
  7. canary

    Connect to SQL Server 2005 Express Beta 2.0

    Hi, I just downloaded the Free SQL Server 2005 Express Beta 2.0 from microsoft. I have been trying to connect the SQL Server default "SQLExpress" endless times through the Server Explorer but with no luck. My .NET version is from 2001 will this make any difference? If I use the VB.NET 2005...
  8. canary

    Using SQLConnection for a Sybase Server

    I've been trying to figure out how to use SQLConnection in .NET to connect to a Sybase server. Have been trying to read up on bits and pieces but nothing really explains how you can connect to them. Does anyone know what syntax I should use if I'm connecting to a sybase server i.e...
  9. canary

    Not Able to See Web Form Controls In ASP Application in VB.NET

    I was doing some testing using the ASP Application under VB.NET and created some Web Form Controls. However, when I went to view the page both in IE and the .NET browse mode. The web controls did not appear. Could someone tell me what is happening here and what I need to do to remedy this. I...
  10. canary

    Get Error "System.OutOfMemoryException" when using Array on Child Form

    DotNetDoc, Many thanks for the tip and link. Thats a new one for me. I'll give that one a shot too. Thanks Canary
  11. canary

    Get Error "System.OutOfMemoryException" when using Array on Child Form

    DocNetDoc, Thanks for the reply. However, I forgot to post the solution! I had originally declared the array as "Friend Product() as Object" and to set the size of the array I used the ReDim statement. Using this way always brought me the memory exception error...
  12. canary

    Get Error "System.OutOfMemoryException" when using Array on Child Form

    In VB.NET I have a form that stores data into an array while it is loading. The form is a child form. When I click on the toolbar button to open it I keep getting the following error: An unhandled exception of type 'System.OutOfMemoryException' occurred in system.windows.forms.dll Additional...
  13. canary

    SecurityException in VB.NET using an OLEDB Connection

    I wrote a piece of testing code using an oleDB connection to connect to a sybase database (code as follows): Imports System.Data.OleDb sub connect() Dim PipeCon As OleDbConnection = New OleDbConnection("provider=sqloledb,data source=ABC_TEST," & _ "user...
  14. canary

    ODBC Help in Access 2002 Under WinXP

    We have been running some access applications, that call stored procedures on Sybase, under WinNT for a very long time now. Just recently we moved over to WinXP and all of a sudden those processes (calls to the stored procs) now prompt the user to login around 5-10 times instead of the once as...
  15. canary

    Changing Adobe PDF Properties In XP

    Hi, I have created an automated print job that generates X amount of Microsoft Access XP Reports and creates them as PDFs and posts them to a web site for viewing. However, I recently upgraded to WinXP and found that everytime the PDF posts it prompts for the "Save As File Name&quot...
  16. canary

    Excel 97 Spreadsheet opened in Excel XP for cells of #NAME

    Wray, Tried the add-in, still did not work. The funny thing is that when I initially open the workbook and can see the numbers in the cells. Then when it asks me if I would like to update the links, I press no (saying that it will keep the displayed numbers) the cells turn to #NAME.
  17. canary

    Excel 97 Spreadsheet opened in Excel XP for cells of #NAME

    Already is set to "Save external.....". It's just so weird that when you open on 97 you can see the values. Then in XP they turn to #NAME. Strange!!!! I have rechecked it the main source cell that has a link i.e. ='L:\Buc\IBD\REGION\1998\NOV98\[WWRE2.XLS]FRONT'!$H$21+'ISG Adj'!M32...
  18. canary

    Excel 97 Spreadsheet opened in Excel XP for cells of #NAME

    The #NAME is coming from other cells that are referring to links that the sheets have been deleted. The formula is just +K27+K28 etc., nothing fancy. If I open the sheet in 97 it remembers the last values known to the linked sheets before they were deleted. But when opened in XP it does not...
  19. canary

    Excel 97 Spreadsheet opened in Excel XP for cells of #NAME

    I have a spreadsheet created from Excel 97 containing various links. Some of those linked spreadsheets have been deleted. However, when openend in 97 it still keeps the previous values. But when I open in Excel XP, those linked cells (where the spreadsheets no longer exist) displays as #NAME...
  20. canary

    Opening Workbook Excel XP Error after upgrading from Excel 97

    Many thanks for your help. With the info you gave me I can now explain to my people why this is happening. I guess my only current option is to get our users to repair them when opening them in OXP. Thanks

Part and Inventory Search

Back
Top