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
1.2k views
1 answer
    Trying to read two ranges of equal width but different lengths, each on different sheets, into another range which ... at the Union command. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
709 views
1 answer
    I have several really large excel data files and I need to go through them all and delete all rows where the ... have to make it run faster? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
687 views
1 answer
    I need to copy data from closed workbooks, without opening them, into a master workbook using VBA. I use Workbooks.Open ... ).Range("M4") = Date See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
934 views
1 answer
    I need to count the number of cells in a column which contain a specific value. I am currently using the ... cells contain either SAL, or PRE See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
795 views
1 answer
    Can somebody help me with this code, I am getting a subscript out of range error: The line after the ' ... " " & ComboBox_Month.Value Next See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
925 views
1 answer
    Python 2.7.10 Tried pandas 0.17.1 -- function read_excel Tried pyexcel 0.1.7 + pyexcel-xlsx 0.0.7 -- function ... (type(record['End Date']))) ) See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
937 views
1 answer
    Is there any difference between Thisworkbook and ActiveWorkbook. Example code : Sub workbook_name() MsgBox Thisworkbook. ... doesn't work See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
827 views
1 answer
    I am trying to delete all rows with blanks values. I have about 15,000 rows and no more than 25% are blank. ... ? Why can't excel handle this? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
770 views
1 answer
    I have a string of the following shape: RRP 90 AVE DE GAULLE 92800 PUTEAUX 0109781431-0149012126 The numbers might ... could help me with that? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
784 views
1 answer
    When the Columns parameter of the RemoveDuplicates is passed using a variable it fails and throws error. Same code works ... _ :=xlYes End Sub See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
837 views
1 answer
    I'm trying to run the following code, but I keep getting the Else without If Error in the first sub. The ... Nothing Set FSO = Nothing End Sub See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
816 views
1 answer
    I have an external program that exports data into CSV files. My users would like to have access to this data ... and loop through the data? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
961 views
1 answer
    I have created a dictionary in VBA using CreateObject("Scripting.Dictionary") that maps source words to target words ... the keys this way. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
881 views
1 answer
    Is there a way to specify a workbook for a sheet without having the full name? For example, If the workbook ... would I go about doing that? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    How to take screenshot of webpage using VBA in Excel? The problem is that screenshots can be taken only by pressing ... sendkeys "{F6}" end sub See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
819 views
1 answer
    My macros use MacScript heavily, but it doesn't seem to be working in any of latest Office for Mac 2016 preview builds See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
921 views
1 answer
    I have the following (on the surface of it, simple) task: Copy the values from a number of columns on ... on the part of Microsoft? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
679 views
1 answer
    The first sheet of my workbook is like a contents page. Each cell in column A holds an IP address string. ... code without explaining any of it. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
756 views
1 answer
    Sub openwb() ChDir "E:sarathPTMetrics20131004D8 L538-L550 16MY" Workbooks("D8 L538-L550_16MY_Powertrain Metrics_20131002. ... its path? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
825 views
1 answer
    I need to output some results as a .csv file, that gets parsed later on by another process. In order to ... textual" approach ? Thank you :) See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
922 views
1 answer
    I am fixing a spreadsheet. The programmer made a macro for each sheet to fire when the sheet is changed. ... refer to worksheets or ranges. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
594 views
1 answer
    I am opening spreadsheets using VBA and a couple of the workbooks contain code which starts executing when ... want any code execution. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
731 views
1 answer
    I want to send Outlook emails using Excel VBA. The code Sendupdate works when run manually. My second macro ... sure the email gets pushed? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
839 views
1 answer
    I want to allow a user to select a range that is likely to be in a different workbook. I have attempted to ... allows me to perform this task. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
700 views
1 answer
    I have 1 WorkBook("SOURCE") that contains around 20 Sheets. I want to copy only 1 particular sheet to another ... . I want only specific sheet. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
673 views
1 answer
    How can I amend the following code in order to copy not only the value but also the fonts style, e.g. bold or not ... = a + 1 End If Next i See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
700 views
1 answer
    I have a "duration" column in an Excel sheet. Its cell format always changes - I want convert the duration ... s formatting to text using VBA? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
736 views
1 answer
    I have an excel sheet with data and want to export it to a new word document. Is it possible to start MAIL ... clicking a button on the sheet? 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

...