Posts by Júlio Faria • 55 points
4 posts
-
1
votes0
answers303
viewsQ: Valueerror: could not Convert string to float
Hello I’m trying to make an application in Tkinter/python and I can’t get the code to return the result of the calculation. the code created is the following: from tkinter import ttk from tkinter…
-
0
votes1
answer494
viewsQ: calendar returns date mm/dd/yyyy instead of dd/mm/yyyy
I am using a calendar that, regardless of the changes I make, always returns the date mm/dd/yyy when it is intended to be dd/mm/yyyy. The code below is not mine, was removed from the net: Option…
vbaasked Júlio Faria 55 -
3
votes1
answer484
viewsQ: Print alternate vba excel columns
with the code below: Range("C1:S" & Linha).Select ActiveSheet.PageSetup.PrintArea = "$C$1:$S$" & Linha Application.ScreenUpdating = True Range("C2").Select I can print all columns of the…
excel-vbaasked Júlio Faria 55 -
1
votes1
answer1729
viewsQ: Find and Copy sheet line to form, change fields and write to the same sheet with new ID
My question is as follows: I developed a VBA form with 20 fields, which registers in the Bdados spreadsheet, also inserting an ID. What I want is to find and copy a record of the spreadsheet to the…