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.1k views
1 answer
    I am trying to scrap some data from a webpage into Excel using vba. The html code is <span id="lastPrice">300 ... can I get the desired output ? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
898 views
1 answer
    I have code as follow: Sub Find_First() Dim FindString As String Dim Rng As Range FindString = Range("A1") If ... cell with date from cell A1. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
733 views
1 answer
    I have a table of links. I want to open each link (they are .csv/.xlsx files on a secure server which I ... Can a loop work between two columns? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
752 views
1 answer
    I'm making a VBA macro. At one point, the macro tells excel to change the current autofilter ... =xlAscending, DataOption:= xlSortTextAsNumbers See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I have been having trouble on referring to a search box on a website through Selenium in VBA. The HTML ... Any help is greatly appreciated. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
729 views
1 answer
    An input file of data is processed using VBA to create an Excel(2003) protected spreadsheet(Invoice). ... AllowUsingPivotTables:=True End Sub See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
808 views
1 answer
    I have the following PowerQuery code. Which collects some data from MSFT in yahoo finance. I have a cell A1 ... q/bs?s=$A$1+Balance+Sheet&annual See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    The below code isn't working. It embeds the photo but doesn't display because "The file may have been moved, ... Set OutApp = Nothing End Sub See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
791 views
1 answer
    424 error. Would anyone be kind enough to tell me why the range variable was gone after cut? with sheets(1) Dim ... msgbox(des.row+5) end with See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
880 views
1 answer
    I have a macro in Excel. Part of that macro opens up other workbooks using Workbooks.Open(Filepath). Some of ... for the equivalent VBA method. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
831 views
1 answer
    Would like to create a Macro to loop through all of the sheets in the workbook and select all the data from ... End If Next wkstSrc End Sub See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
830 views
1 answer
    I want to download attachments from Outlook emails. Here is the code I am using to retrieve emails. Set ... admins can put restrictions. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I am currently trying to write a script that will evaluate a spreadsheet to search column A for a string, and ... search_str, last_r, cell.row,) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
748 views
1 answer
    While showing details of pivottable with VBA method: Range("D10").ShowDetail = True I would like to choose only ... from Range("D10").ShowDetail See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
785 views
1 answer
    I raised a query which now works as per David Zemens' instructions and BrakNicku guidance. Problem is one of ... unable to share the workbook. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
960 views
1 answer
    I currently have a userform in excel with images displayed on it (saved in a temporary folder "C:TempPhotos") What I ... ("") End If End Sub See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
827 views
1 answer
    Suddenly my excel file is generating a lot of errors at startup. No changes have been made to the file since before ... ) MSO (15.0.4659.1001) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
997 views
1 answer
    I want to calculate the average over a range (B1:B12 or C1:C12 in the figure), excluding: Cells not being numeric, ... formulas, i.e., non-VBA. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
689 views
1 answer
    I want to know if it's possible to rewrite this piece of code: Private Sub PrepareDir(ByVal dir As String) Dim ... it can be done without FSO? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
721 views
1 answer
    I get an intermittent error when looping through the Outlook inbox using VBA. A type mismatch occurs on the Next ... to filter for that now. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
673 views
1 answer
    I am developing a MS Excel 2013 tool with VBA, which involves the use of QueryTables. One inconvenience is ... QueryTable("My Query Table") See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
872 views
1 answer
    How would I replicate a sheet using VBA Macro but not use the VBA copy method? So I want Sheet2 to look ... VBA Macros so please guide me. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
858 views
1 answer
    I have a list of data like this: Name | Number Bob | 300 Joe | 200 Jane | 400 Sisqo | 450 Jill | 500 ... Name Bob Bob So where is the error? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
789 views
1 answer
    How do I modify the following to be D/M/YYYY? 8/7/20 6:20 PM 8/17/20 4:24 PM Currently it is M/D/YY ... for any help on this. It's breaking me. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
794 views
1 answer
    Hi I am trying to scrape the Product name (Cohiba Robusto), Product Size (Single Cigar, Pack of 3, Box ... = .responseText End With End Function See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
695 views
1 answer
    I'm trying to write a formula that search for a part number in a different sheet, and imports all of ... is a different part number completely. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
827 views
1 answer
    ActiveSheet.Range("F_Item").AutoFilter Field:=1, Criteria1:=Array("ca*", "inc*", "ps*"), Operator:= ... to search for two conditions only. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
761 views
1 answer
    I have a report with several pivot tables that run off production data, orders and deliveries. I run it ... previously selected the day prior. 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

...