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
726 views
1 answer
    I simply try to write a search macro in an excel sheet. How can I start a macro dynamically DURING editing ... cell was selected). Thanks. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
707 views
1 answer
    I am trying to use the Worksheet Change Event in Excel VBA, but it doesn't seem to work. From what I gather, ... don't know much about it yet. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
744 views
1 answer
    I have excel cells which contain entries like this: name/A/date name/B/date name/C/date Cell content is ... entry. Anyone got an idea? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I have written a C# code in console application to open two excels and copy and paste data from one excel to ... ) How to solve this one? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
774 views
1 answer
    This code will write log file to LogFilePath, and generate output as below. StarRange and EndRange is a variable ... A1 End position = B100 See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
614 views
1 answer
    Will there be any difference in performance (speed) when looping through a range Vs assigning the same range to an Array and looping an Array? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
642 views
1 answer
    I would like to change the font color for a specific character within a range of cells. I figured out how to do ... 221) End If Next i End Sub See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
510 views
1 answer
    I need to open a few .zip files, view a specific .txt and write what's inside of this .txt file to an ... take what's inside of the md5.txt See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
587 views
1 answer
    I have a big database-like sheet, first row contains headers. I would like a subset of rows of this table based on ... ("A1") End With End Sub See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
597 views
1 answer
    In my previous question, How do I assign a value to a property where the property name is supplied at ... SomeFunction from the example above? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
570 views
1 answer
    I sometimes use the inherent array functionality of sumproduct to avoid havingt to enter formulas with Control + Shift ... the second does not. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
631 views
1 answer
    So The best way I could think of to accomplish this over a large range (about 450k rows) was to use ... better ways of accomplishing this task? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
636 views
1 answer
    I just upgraded to Office 2016, which most of my users haven't done, and I'm getting a new error when users try ... code Set app = Range("A2") See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
496 views
1 answer
    I am currently trying to make a macro that will go to a directory, open a workbook (there are 38 currently with ... + 1 Next Next End Function See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
649 views
1 answer
    I have a piece of code that does not seem to do what it is expected to do. VBA Arrays are mutable by all means ... 2, which is not fine End Sub See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
821 views
1 answer
    I'm trying to read a text file using vba. I tried the below code Open "C:ester.txt" For Input As #1 ... more stuff Thanks in advance for help. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
516 views
1 answer
    I'm new to macros in Excel and I need to make a macro that get data from multiple sheets in a ... readable. SummarySheet.Columns.AutoFit End Sub See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
976 views
1 answer
    I am trying to copy the value of multiple non-contiguous ranges into an array. I wrote code like this: ... range("A14:D15")).Value See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
566 views
1 answer
    I'm using Microsoft Scripting Runtime (FSO) to parse folders and produce a list of all of its contents, the ... , size created, and modified. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
766 views
1 answer
    I saw this line in C# and I am trying to adapt it to VBA: Microsoft.Win32.Registry.SetValue(@" ... myWS.RegWrite i_RegKey, i_Value, i_Type See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
586 views
1 answer
    I know how to loop through all the worksheets in a workbook, and how to exit once I reach an 'end-flag' ... ' code here Next LoopIndex End Sub See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
629 views
1 answer
    I am working on an Excel spreadsheet that has data in 39 columns. One of these columns, column AJ, is a ... maybe I have adapted it incorrectly. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
568 views
1 answer
    I'm trying to get a list of all tables from an Access 2007 ACCDB format database using Excel VBA. I have ... sure. Does anybody have any idea? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
575 views
1 answer
    Probably the title is not very suggestive. Let me explain you with an example. I have: 12345.6 2345.1 ... rather use formulas instead of VBA. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
714 views
1 answer
    I'm trying to get a jpg file from a specific range in excel I'm currently getting the 1004 Runtime error on Range ... :="JPG" End With End Sub See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
579 views
1 answer
    Background: For many times I have applied AutoFilter and never really asked myself why it works the way it does ... = Var .AutoFilter End With See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
877 views
1 answer
    I have seen a lot of Topics to the "unable to get the match property of the Worksheetfunction class" problem. But ... was my error in the code) See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
470 views
1 answer
    I am trying to make an executable of my program to give to my FTC team. Everything works but when I try to ... .pack() Quit.pack() mainloop() See Question&Answers more detail:os...
asked Oct 17, 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

...