Re: excel validation Programming Web Development by Cherothsulalea Excel Sheet is more beneficial to doing work for creating a data and report. Re: EXCEL Formula Help Hardware and Software Microsoft Windows by cole davidson Excel does not have the features for what you are trying to do. You can however create two different purchase orders using two Excel sheets, one for each state. excel Programming Software Development by Nurilhansiz … i have a problem with excel.. tried to print a chart using excel nia vb but it doesnt work…cmdExcel_Click() ' ' Dim xlApp As Excel.Application Dim xlBook As Excel.Workbook Dim xlSheet As Excel.Worksheet 'Dim xlColumn As Axis '…Dim xlLocationAsObject As Axis Set xlApp = New Excel.Application Set xlBook = xlApp.Workbooks.Add Set xlSheet =… Excel Help Programming Software Development by payam …then to create a graph with these ranges. In excel you can use the crtl key to select discontinuous …ranges and i c# you can say Excel.get_Range range = thisSheet.get_range("A2":"A6…quot;,"c2":"c6", Type.Missing) (Excel.get_Range range = thisSheet.get_range("A2:A6","C2… Re: Excel Help Programming Software Development by payam … = thisSheet.get_Range("A9:A12"+ otherRange.get_Address(true,true, Excel.XlReferenceStyle.xlA1,true,Missing.Value),Type.Missing); range.Value2 = 123… the chart doesn't accept the range. I am using excel 2000 is this the problem? excel Programming Software Development by dollmar plz help me plz... pls see my attachment...how can i edit datagrid with excel as database....i want my data to be dynamically transfer to excel also excel to vb.. thanks in advance... Re: Excel Help Programming Software Development by shabosco can you tell me if you are generating a report in crystal or pdf file from excel? Re: Excel Help Programming Software Development by payam hi shabosco i am reading data from a XML file, and then display the information in Excel. i always have to create a table and in some cases a chart as well. My aim is to link the chart to the table so any changes in the table will be shown in the chart. excel Programming Software Development by kinyuadave … created a program that by clicking a file menu an excel dbase is created and stored. Now the problem is i… have many excel files and i want to enter data into them and… Re: excel Programming Software Development by P90K I don't think i get you question. you want to know how te open an excel file through a vb form right ??? maybe this link can help [URL="http://www.daniweb.com/forums/thread9342.html"]http://www.daniweb.com/forums/thread9342.html[/URL] in this tread they explain how te open and close and excel file using a vb form gr Excel Programming Software Development by itsmekarthik please help in writing to excel sheet using java program. Actually I know how to write to a text file but I don,t have any idea about this writing to an excel sheet. I would be grateful to you if you help me. Re: Excel Community Center Geeks' Lounge by UrbanKhoja [quote=calvin 44;255760]Is this the right place to ask a question about excel?[/quote] as in ms office excel?,what was your question mate? Re: excel Programming Databases by karthikav have opened 3 sheets in excel..first sheet name apr-june ,second sheet name july to … sheet apr-dec..this sheet i am combining all three excel sheet ..what i want is if i do filder in… Excel Community Center Geeks' Lounge by calvin 44 Is this the right place to ask a question about excel? Re: Excel Community Center Geeks' Lounge by Anonymusius …. To I don't know wether you should ask about excel on Daniweb, Daniweb is, as you can see from the… Re: Excel Community Center Geeks' Lounge by UrbanKhoja … pretty neat things with access, although i can see using excel causing a few problems. darren :cool: excel Programming Web Development by bubai how can i create excel to xml in php? Excel help please!! Programming Software Development by jsetter … guys, I have a problem with the conversion of an excel spreadsheet to html. I have converted the file to html… excel Programming Databases by karthikav sir i have three sheet in excel..first sheet i have many colounm with filder option..in … Re: excel Programming Databases by karthikav … on company rule..will explain you stugie...in my first excel sheet name apr-june ok...lot of sellers are there… excel Programming Databases by brandonpk Hi there displaying data on an excel to a already designed web page ? i have no idea at all Re: excel Programming Databases by Stuugie Designed by what? Maybe something like (but has not been tested): <iframe src = "YourExcel.xlsx" width="100%" height="100%"></iframe> but you must have your Excel file in the same folder path as the HTML document. Re: excel Programming Databases by gabrielcastillo Can you be more clear with your question? You can use php to read your excel spread sheet and display on to the html page, or you can upload to database and then output the contents. excel Hardware and Software Microsoft Windows by adobe71 How to unprotect excel sheet without knowing the password. Excel slow/crashing when I generate a graph using C# Programming Software Development by kevin.cochrane ….Missing.Value, System.Reflection.Missing.Value, Excel.XlSearchOrder.xlByRows, Excel.XlSearchDirection.xlPrevious, false, System.Reflection.Missing.…"Time"; y = (Excel.Axis)chartObj.Chart.Axes(Excel.XlAxisType.xlValue, Excel.XlAxisGroup.xlPrimary); //Defines Y-Axis Properties… excel warning c# Programming Software Development by arjunpk … activate the worksheet... excel.Visible = true; Excel.Worksheet worksheet = (Excel.Worksheet)excel.ActiveSheet; ((Excel._Worksheet)worksheet).Activate(); // If wanting excel to shutdown... ((Excel._Application)excel).Quit(); MessageBox.Show… Re: excel warning c# Programming Software Development by C#Jaap …, but for future searches: You use [CODE] Excel.XlFileFormat.xlXMLSpreadsheet [/CODE] which is actually an XML file…[CODE] //extension depends on the version of your excel XlFileFormat.xlWorkbookDefault //or in combination with extension .xlsx … You can also select one of the previous excel-version-file-filters. You can use the VBA … Re: Excel slow/crashing when I generate a graph using C# Programming Software Development by ddanbe Is the excel sheet also slow after you close and reopen it? Re: Excel slow/crashing when I generate a graph using C# Programming Software Development by kevin.cochrane Solved this problem. For some reason excel wasn't loving me changing the maximum value in the y axis. Comment that out and it works like a charm. Re: Excel Sheet Table into Data Table issue Programming Software Development by ddanbe …public void OpenADoc(string fileName) { try { app = new Excel.Application(); workbook = app.Workbooks.Open ( Filename : fileName,…site](http://csharp.net-informations.com/excel/csharp-excel-tutorial.htm) You can also find…