Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged excel

0 votes
728 views
1 answer
    I have a worksheet with folder names, image names and urls. I want to download each image to the specific folder so ... " End If Next i End Sub See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I have assigned macro to few buttons. How can I find out inside macro which button was clicked? I am doing as user ... (r.Row, r.Column)).Select See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
848 views
1 answer
    I am new to VBA and I am working on a module to read in data from a spreadsheet and calculate values based on ... one is the better one to use. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
789 views
1 answer
    My system is developed in APEX/Oracle 11g, and I want to create an xls file directly without having to ... within APEX to accomplish this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
772 views
1 answer
    Quick summary - Im working with some legacy code where I need to add a class with string arrays and tripped up ... up by something obvious... See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
852 views
1 answer
    I need to catch event in Excel VBA when I click on the chart. I want to bring the chart to the front, when ... the chart is on a certain sheet? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
737 views
1 answer
    I want to filter out a specific value in a column, but the record feature seems to only support selecting specific ... " to filter "apple" out. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
963 views
1 answer
    I have an Excel 2003 macro to adjust my screen zoom based on the screen resolution. Sub Macro1() Dim ... open in any system screen resolution See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
909 views
1 answer
    How does one open a semicolon delimited CSV file with VBA in Excel 2000? Sample data An ID;TEST20090222 A ... language settings do you have? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
797 views
1 answer
    I have a serie of archives : C:/archive1.zip, C:/archive2.zip, etc. I want to extract only one file from ... file Myfile.csv in vba ? Thanks! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I'm trying to get the float_format parameter working with pandas' to_excel() function, but it doesn't seem to ... format floats in to_excel()? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
754 views
1 answer
    I created a dropdown by dragging the combo box onto my sheet from the UserForm toolbar. I assigned some values ... nowhere in the properties!)? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
786 views
1 answer
    I have a worksheet with data in columns A and B. I am looking for a convenient way to take these ... am already referencing the scripting dll. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
784 views
1 answer
    Quick version: I've got broken links in a file I'm working with because they're pointing to ... .Calculation = xlCalculationAutomatic End Sub See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I have a VBA code which I am using to copy ranges as a picture and paste them into a chart. It ... Application.DisplayAlerts = True End Sub See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
807 views
1 answer
    I need to simply count the number of areas on a sheet. The code I have is : Sub areas() Dim i As Long i ... help? I am using Excel 2010. Thanks. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
940 views
1 answer
    I'm trying to color an entire row if two cells in that row have the same value. For i = 2 To ... , 1).EntireRow.Interior.ColorIndex = 5296274 See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
863 views
1 answer
    This code used to run fine, then all of a sudden it started failing on "method 'range of object' _Worksheet ... CR1)) Thanks in advance guys See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I need to generate an Excel file with extension .xlsx. Here is my simple code: $file = "test.xlsx"; header ... is not valid. Any ideas? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
690 views
1 answer
    Quick version: I've got broken links in a file I'm working with because they're pointing to ... .Calculation = xlCalculationAutomatic End Sub See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
850 views
1 answer
    I have a VBA code which I am using to copy ranges as a picture and paste them into a chart. It ... Application.DisplayAlerts = True End Sub See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
765 views
1 answer
    I need to simply count the number of areas on a sheet. The code I have is : Sub areas() Dim i As Long i ... help? I am using Excel 2010. Thanks. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
812 views
1 answer
    I'm trying to color an entire row if two cells in that row have the same value. For i = 2 To ... , 1).EntireRow.Interior.ColorIndex = 5296274 See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
929 views
1 answer
    This code used to run fine, then all of a sudden it started failing on "method 'range of object' _Worksheet ... CR1)) Thanks in advance guys See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
829 views
1 answer
    I need to generate an Excel file with extension .xlsx. Here is my simple code: $file = "test.xlsx"; header ... is not valid. Any ideas? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
743 views
1 answer
    How can one achieve: if X in (1,2,3) then instead of: if x=1 or x=2 or x=3 then In other words ... imitate the IN operator in VBA for excel? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
780 views
1 answer
    In Excel, I need to return a value of 1 if a referenced cell is empty I can do it if the value is zero but how do I do it if it is empty? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
759 views
1 answer
    Macro works as follows: We have a program recording values in intervals of 1-120s, data from it is on Sheet2 ... If Next i All help appreciated See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...