Posts by Pedro Lima • 93 points
4 posts
-
0
votes0
answers238
viewsQ: Excel VBA with slow array s to taratar data
I am developing a code to be applied in excel that summarizes the number of defects in a summary table. The data is imported from an xml file, which is opened by excel and created "layout" by excel.…
-
2
votes1
answer114
viewsQ: Consolidate macros
I need to create a macro that allows me to choose all . xml files and import them into excel. At the moment the process is as follows: - I open the first one manually and then call the macro that…
-
3
votes1
answer5822
viewsQ: Two or more PHP formats on the same page
I’m having a little problem, I’m creating an app and I intend to have two Forms on the same page. It turns out that when I run the first one, I have no problems, but when I run the second one, the…
-
4
votes2
answers1951
viewsQ: Testing whether a radiobutton input is selected in PHP
I created a table that is the summary of all my previous calculations and in this table I created a field where I put a radial input to be able to select one of the calculated options. I need to…