Posts by bbariotti • 33 points
6 posts
- 
		0 votes0 answers112 viewsQ: Select in VBA Error 1004good night My spreadsheet has a button where it will open a Form. This Form has a LIST VIEW where the data of a sheet of the spreadsheet is loaded. So far so good. Also in Form has a button to… 
- 
		0 votes2 answers936 viewsA: Query Data With VBA FilterI got it here, guys. Discovering the last filled line, with the command below, independent of the blank lines and the line quantity worked: UltimaLinha =… 
- 
		0 votes2 answers936 viewsQ: Query Data With VBA FilterYou guys, good night I have a problem in VBA, can help me please. Follow: I have an excel with Sheet1 and Sheet2. At Sheet2 I have a list of clients where I have the following data: Name, City and… 
- 
		3 votes1 answer205 viewsQ: Doubt Search VBA RecordI have a problem with my application, follow: In my excel I have a sheet called parameters, on it I have two columns, where column A is the parameter name and column B is the parameter value. I… 
- 
		0 votes0 answers212 viewsQ: PDF Java memory overflowHello, good night. I’m having memory overflow problems in a java application when generating +/- 1000 PDF’s in a loop. In this application, to generate the PDF, a proprietary framework is used,… 
- 
		0 votes1 answer52 viewsQ: Invalid "required" attributeI took a project and the same is showing compilation error because it is not recognizing the attribute "required" in the excerpt below: @XmlElementRef(name = "Nome", namespace =…