Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Forums
Favorite Tags
Member Avatar for kanbear11

I have a person class public class Person implements Comparable<Person> { //Instance Variables private String firstName; private String lastName; private int age; private char gender; private String ssn; // This is the constructor of the class Person public Person(String firstName, String lastName, int age, char gender, String ssn) { this.firstName …

Member Avatar for kanbear11
0
1K
Member Avatar for kanbear11

Hi so i need to pull info from a web page and i want to rotate through a list of stock codes. sheet 1 contains a list of companies stock codes starting at cell "a9" including rloc, dis, wmt. Basically I'm going to have a macro that pulls the web …

0
54