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
747 views
1 answer
    Given the following snippet: Dim s As String: s = "S:vicla[..insert more here..]data.xml" Debug.Print Len( ... I am running this in Excel 2007 See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
696 views
1 answer
    I have this simple VBA code below, and I don't know why is not working. Sub Run() test = "MsgBox" & """ ... Job Done!" and print just: Job Done! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
906 views
1 answer
    I am new to VBA...I want to copy a row from Sheet2 to Sheet1 if the first cell in this row says X and ... :=Hoja1 End If Next i End Sub See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
744 views
1 answer
    Is it possible to loop through merged cells in vba. I have 6 merged cells in the range B4:B40 I need the ... these 6 cells 6 iterations only. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
895 views
1 answer
    I copy data into a spreadsheet, use VBA to format it, then save that sheet into a CSV file. I use the ... 2003 and my OS is Windows XP. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
974 views
1 answer
    I am trying to combine PDF's into one single pdf with the use of vba. I would like to not use a plug in ... app = Nothing MsgBox "DONE" End Sub See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
679 views
1 answer
    I have been reading up on how to read and combine multiple xlsx files into one R data frame and have come ... far I tried readxl and XLConnect. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
605 views
1 answer
    Consider the following code: Public Sub VBACompilerIsMad() Dim Ap As Application Dim Wb As Workbook Dim Ws As ... as if they were Object? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
606 views
1 answer
    I need to read data from a single worksheet in an Excel 2007 workbook using the Open XML SDK 2.0. I have spent ... in each row, using this SDK? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
666 views
1 answer
    I have a 3rd party XLL addin I'd like to wrap in my own custom vba function. How would I call the 3rd party function from my code? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
691 views
1 answer
    I would like to know if there is a way to call a VBA function or method from another specified workbook's ... cleaner to run directly the method See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
865 views
1 answer
    It has been drilled into my head, to avoid bugs and provide a good user experience, it is best to avoid ... 't support this property or method See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
748 views
1 answer
    I'm currently developing CSV export with XSLT. And CSV file will be used %99 percent with Excel in my case, so I ... .. </table> </xsl:template> See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
588 views
1 answer
    For example I have class A which implements class B ---class A---- implements B public sub B_do() end sub ... property (same way as functions). See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
644 views
1 answer
    I have an Excel (2007) spreadsheet with 433 rows (plus the header row at the top). I need to split this up ... well. How can I accomplish this? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
861 views
1 answer
    So I have a date that is 20170529 but whenever I try to format it to a date, the cell just becomes #########. ... do I convert these to dates. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
704 views
1 answer
    Simple thing is not simple. I am trying to delete rows based on a specific column having data that begins with " ... to do the trick. Thoughts? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
742 views
1 answer
    I would like a function that will unprotect and reprotect my Worksheet. The function I have currently is as follows: ... my tables in using VBA. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I am trying to copy the format of an Cell say here "A1" to the all cells of the first row using VBScript,but ... Can you help me here? Thanks, See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
707 views
1 answer
    Not sure whether I am doing it right. Please advise me. I am trying to open one workbook in new instance. ... Set xlApp = Nothing End Sub 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 a problem with opening .csv files with Excel by VBA code. I have data organised like: Number;Name; ... from this thread. Any ideas? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I get the catch-all runtime error 1004, "unable to set the Locked property of the Range class" when, well ... could possibly be going wrong? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
784 views
1 answer
    I am using an if statement which is giving the the error message End if without block if Ive tried placing the ... End If Any ideas? Thanks. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
876 views
1 answer
    So I have a simple little macro/sub defined when a command button is clicked. The problem is it gives me: Run ... Cell "A12" in Sheet8. Thanks! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
817 views
1 answer
    Greetings, I'm hoping for help in figuring out how to store each row of a text file read into a VBA program ... for any help you can provide! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
924 views
1 answer
    I would like to program a macro in Excel that would highlight the entire row green if the following conditions are ... any help on this. Thanks. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I am trying to download a file from SharePoint with VBA. The file is a picture but the picture isn't view- ... ) oStream.Close End If End Sub See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
939 views
1 answer
    I have a table that has two Columns. Date and Test Name. What I would like to happen is that the string of ... time and not the entire data set. 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

...